Files
neonucleus/data/openos/usr/man/unalias
2026-04-01 11:04:22 +02:00

12 lines
226 B
Plaintext

NAME
unalias - removes aliases for programs
SYNOPSIS
unalias name
DESCRIPTION
Allows removal of aliases created with the `alias` command.
EXAMPLES
unalias dir
Removes the `dir` alias (usually an alias for `ls`).