Bash scripting : How do I rename files to remove numeric characters at the beginning ?

Posted by Rohit on Stack Overflow See other posts from Stack Overflow or by Rohit
Published on 2010-06-17T17:37:05Z Indexed on 2010/06/17 17:43 UTC
Read the original article Hit count: 250

mv command doesnt accept pattern matching like grep !
Whats the good way to handle this and similar kind of operations ?

© Stack Overflow or respective owner

Related posts about linux

Related posts about command-line