News

Setting up aliases on Linux systems can save you a lot of time and trouble on the command line. This post shows how to set up and manage aliases and provides a number of examples on how and why to use ...
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 ...
Using bash aliases in Linux can save time and having to remember complex commands - and it can be fun, too. Want to get work done a little faster, spend less time remembering commands and maybe even ...
One of the most confusing things when starting with Linux is the terminology. Some people will use terms interchangeably, ...
When using the Linux terminal, we often make mistakes. At other times, tasks feel just plain tedious. Fortunately, there are many terminal tricks that help you amend those mistakes and perform the ...
Is there a way to make all modifications I have made to my .bashrc file (new aliases, functions and scripts) without having to exit the current shell that I am in and starting a new one (currently ...
Do you want to create a Shell script in your Linux system? This guide will take you through how to create a shell script using multiple text editors, how to add comments, and how to use Shell ...
For many users who get started with the command line in Linux, there’s a good chance they’re using Bourne Again Shell, or Bash. Bash is the default shell on Mac OS X, and Windows users can use Bash ...