Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Remove Alias - Control Shell Aliases | Online Free DevTools by Hexmos

Remove alias commands with unalias. Manage shell aliases in bash and other shells using command line. Free online tool, no registration required.

unalias

Remove aliases. See also: alias. More information: https://www.gnu.org/software/bash/manual/bash.html#index-unalias.

  • Remove an alias:

unalias {{alias_name}}

  • Remove all aliases:

unalias -a

See Also