Skip to main content

Bash

常見的 Unix Shell

建立 alias

alias alias_name="command_to_run"

執行完之後,你的alias_name就會等於是後面所指定的指令內容,這是一種替代文字的概念。