How to rename a file by replacing specific letters in the file in linux

Posted by Emmanuel on Super User See other posts from Super User or by Emmanuel
Published on 2010-05-11T09:46:33Z Indexed on 2010/05/11 9:55 UTC
Read the original article Hit count: 298

Filed under:
|

I used a script that renamed my file eg 'echo webutil.olb | tr [A-Z] [a-z]' i wanted to rename it back to webutil.olb. How do i do this for many other files that i have

© Super User or respective owner

Related posts about linux

Related posts about rename