⬅︎ Back to Massrenaming with shell and python
Thanks to Larry Wall this is child's play: rename 's/_//g' *
Renames "_bad_girl.py" to "badgirl.py" but I didn't know of the rename command. I'll try to explore it some more.
Comment
Thanks to Larry Wall this is child's play:
rename 's/_//g' *
Replies
Renames "_bad_girl.py" to "badgirl.py" but I didn't know of the rename command. I'll try to explore it some more.