Thread
:
Shell batch rename command/script
View Single Post
2006-01-30, 05:36 AM
#
2
swedguy
Vagabond
Join Date: Aug 2003
Posts: 2,374
find . -name "thumb_*.jpg" -exec echo "mv '{}' '{}'" \; | sed 's/thumb_/tn_/2' | /bin/sh
swedguy
View Public Profile
Find More Posts by swedguy