 |
Become a Command Line Ninja With These Time-Saving Shortcuts
To create a custom shortcut (called an alias or function, you'll want to add a new line to your .bashrc file using the following format: alias la='ls -A' Now, whenever you type la, the Terminal will run ls with the -a modifier, which includes hidden files
lifehacker.com |
 |