Skip to content

Commit

Permalink
Merge pull request #8 from alansbrownj/master
Browse files Browse the repository at this point in the history
Added a tip file for the alias command
  • Loading branch information
jdblischak authored Aug 14, 2020
2 parents 6e4486f + db3caf9 commit bfbdcad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions aliases.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
The alias command is very useful to create shortcuts to commands. A common one is with the list command.

alias l='ls -lh'

The above command will create an alias for "l". Anytime you type l into the terminal it will be as if you typed ls -lh


0 comments on commit bfbdcad

Please sign in to comment.