
alias
List of commands for alias:
-
alias:tldr:2b0ae alias: Remove an aliased command.$ unalias ${word}try on your machineexplain this command
-
alias:tldr:c6d76 alias: View the command associated to a given alias.$ alias ${word}try on your machineexplain this command
-
alias:tldr:db281 alias: Create a generic alias.$ alias ${word}="${command}"try on your machineexplain this command