Jan 272010
How to bulk rename files in Linux
Answer:
Use the rename tool
E.g.
# rename .htm .html *.htm
The above command will rename all *.htm files to *.html files.
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
How to bulk rename files in Linux
Answer:
Use the rename tool
E.g.
# rename .htm .html *.htm
The above command will rename all *.htm files to *.html files.