1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 18:26:02 +02:00

unalias: add page (#3217)

This commit is contained in:
overkill 2019-08-02 13:37:07 +00:00 committed by Ivan Aracki
parent 549393867c
commit 06df6c2179

11
pages/common/unalias.md Normal file
View file

@ -0,0 +1,11 @@
# unalias
> Remove aliases.
- Remove an alias:
`unalias {{alias_name}}`
- Remove all aliases:
`unalias -a`