On this page you find all important commands for the CLI tool unalias. If the
command you are looking for is missing please ask our AI.
unalias
The unalias command is used to remove entries from the current user’s list of aliases.
unalias removes aliases created during the current login session. It also suppresses permanent aliases; however, they are affected only for the current login session and are restored after the user logs in again.
unalias can simultaneously accept any number of alias names as arguments (i.e., input data).
List of commands for unalias:
-
alias:tldr:2b0ae alias: Remove an aliased command.$ unalias ${word}try on your machineexplain this command
-
unalias:tldr:04481 unalias: Remove all aliases.$ unalias -atry on your machineexplain this command