Posts by versluis

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

How to exit VI with or without saving

Posted on Jun 18, 2017

Although many alternatives exist, I like using vi for all my command line editing needs. To save changes, I usually use SHIFT + Z + Z, exiting vi under most circumstances. But sometimes, this trick...

Learn More