View Single Post
Old 08-13-2015, 12:06 PM   #3
nvcleemp
Junior Member
nvcleemp began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Aug 2015
Device: none
Ok, thanks. Maybe I should have been able to figure that one out myself. ;-)

I've replaced the underscore by -- since - might occur in the name sometimes. This is what I used to rename the files:

find . -name '*_*' -exec bash -c 'mv "$0" "${0/_/--}"'
nvcleemp is offline   Reply With Quote