mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 19:42:38 +00:00
18 lines
255 B
Plaintext
18 lines
255 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# unalias
|
|
|
|
> Remove aliases.
|
|
> More information: <https://manned.org/unalias>.
|
|
|
|
- Remove an alias:
|
|
|
|
`unalias {{alias_name}}`
|
|
|
|
- Remove all aliases:
|
|
|
|
`unalias -a`
|