Rename/Move Multiple Files Using Bash
· ☕ 7 min read
Following is an explained step by step process to rename multiple files (mostly) any way you want using bash with examples
Note: Anything after a hash/pound symbol (#) in a line in the examples is a comment and can be ignored without any effect on the process. It is there just to explain things.
Why not use Graphical tools for this? Graphical tools are great. Use them if they do what you want.