cat is short for ‘concatenate’ i.e. combining two or more files but it does way more than that! The cat command is also used for creating and viewing text files. We will see some real life cat command usage with…
Category: reference
Vim Commands Cheat Sheet
Vim has been a Unix/Linux programmer’s friend since decades, once you get a strong grip on its commands you can do things much faster in a few keystrokes, for example : you need not even use arrow keys to move…