---

How to rename multiple files on Linux

In Linux, when you want to change a file name, mv command gets the job done. However, mv cannot rename multiple files using wildcard. There are ways to deal with multiple files by using a combination of sed, awk or find in combination of xargs. However, these are rather cumbersome and not user-friendly.

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis