Sometimes I need a shortcut to make things a bit faster. There are also situations where my memory needs a helping hand with the litany of commands I use throughout the week. That's why I often turn ...
One of the most common arguments against Linux as a whole is that it’s an operating system that relies heavily on the command-line, and thus it’s not for the novice user. Years ago, I wouldn’t have ...
Some of the most versatile commands you can run on the Linux command line are those that enable you to pass the output of one command to another by using something called a “pipe”. You can also set up ...
It’s easy to create aliases and some of them can save you a lot of time and trouble. Stored in one of your startup files (e.g., .profile), they can provide a modestly easier environment for your work.