Use of alias in Linux in order to shortcut commands
If you want command like ls -alh in one go, you can create an alias using the following: alias ll="ls -alh" Now each time you type ll, you'll get the output for "ls -alh" and win few fraction of second :)
No comments:
Post a Comment