Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

applications that rename multiple files?

Name: Anonymous 2005-09-15 4:30

anyone know of any programmes that would allow me to re-name multiple file's names? something like, naming several dozen files that has random numbers as its filename to something like something_01, something_02, something_03 and such?

Name: Anonymous 2005-09-15 5:54

You think this is insane?

( COUNT=0; for FILE in *; do mv "$FILE" `printf "something_%02d" $COUNT`; let COUNT++; done; )

Maybe it is.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List