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