View Single Post
Old 2006-01-31, 05:18 PM   #4
rtv
You can now put whatever you want in this space :)
 
Join Date: Jun 2004
Location: Europe
Posts: 670
Send a message via AIM to rtv Send a message via Yahoo to rtv
Quote:
Originally Posted by swedguy
find . -name "thumb_*.jpg" -exec echo "mv '{}' '{}'" \; | sed 's/thumb_/tn_/2' | /bin/sh

You're genius! I wish I knew this earlier!
rtv is offline   Reply With Quote