I’m going to kick off the Linux Toolbox with a relatively simple one.
Command: alias
Purpose: create command-line shortcuts
Benefit: save time and effort by simplifying complicated, commonly-executed commands.
If you spend any time at the Linux command-line, chances are that you are going to type the same commands repeatedly. Or, there may be long or complex commands that you enter only rarely, but you don’t want to have to look up every time you need them.
Alias allows you create temporary command shortcuts within the current terminal session.
Recent Comments