files=`find . -name "images*.pgm"`i=0for f in $files;do i=`expr $i + 1` newf=`printf "test/images%03d.pgm" $i` mv $f $newf;done
No comments:
Post a Comment