> Do you have a perl one-liner to rename all files into their
> filenames with stripped "^\w+".

No.


Yes.

/^\w+-/ and rename $_, $'  for (glob "*")

-Jason

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to