Posts Tagged "Command Line"

How to rename a batch of files in Linux

Posted on Jun 25, 2017

Bulk renaming files can be done with the rename command. It shares many similarities with cp and mv, but its simplicity can be so staggering that its difficult to figure out how to use it. If we just type...

Learn More