[OOZY] Renaming more than 200 pics

gborzi ulist at gs1.ubuntuforums.org
Sun May 7 18:34:10 UTC 2006


Try this
> for i in *\ *; do newname=`echo $i|sed -e 's/ /-/g'`; mv "$i" $newname;
> done


-- 
gborzi




More information about the ubuntu-users mailing list