StackOverflow 文件 Bash 教程 別名 刪除別名 刪除別名 Created: November-22, 2018 要刪除現有別名,請使用: unalias {alias_name} 例: # create an alias $ alias now='date' # preview the alias $ now Thu Jul 21 17:11:25 CEST 2016 # remove the alias $ unalias now # test if removed $ now -bash: now: command not found 列出所有別名建立別名