IonutParau 687cfebd00 testing version of LuaBIOS and OpenOS
people were having issues getting them to work so now we promote consistency
2025-06-28 20:41:49 +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`).