Comment

Shane Geiger

Thanks to Larry Wall this is child's play:

rename 's/_//g' *

Replies

Peter Bengtsson

Renames "_bad_girl.py" to "badgirl.py" but I didn't know of the rename command. I'll try to explore it some more.