Is there a way to do this on the command line?  Turns out this weekend's
server activity created a ton of binary files with numeral prefixes to their
names. 01xxxxxx.bin, 02yyyyyy.bin, 03zzzzzz.bin, etc. I only need to remove
the number prefixes, because the rest of the filename is unique. There are
only two levels of directories to traverse, and thought it might be possible
from the command line. I can write a short app with File::Copy , but thought
the gurus might know of something.

Thanks,
Steven


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to