Bash

運算元

常用快捷鍵

其他快捷鍵

大小寫

Script

$?

bash 可以用來取得回傳值

echo $?

$@

可以用來讀取腳本參數

參見


Linux Shell