Sunday, December 11, 2022

Linux - Alias

The following is a Linux dictionary word of the day:
alias built-in command for creating a shortcut to a command on a system.
-p parameter prints all the alias on the system.
Example: alias ll='ls -l'

No comments:

Post a Comment