BASH環境

命令優先級: alias–>Compound Commands–>function–>build_in–>hash–>$PATH–>error:command not found 通配符: ‘ ‘ $() 取命令的執行結果 ~ 家目錄 ! 取非;歷史命令調用 @ 無特殊含義 # 註釋 % 殺死後臺進程;取模 & 後臺運行 ^ 取非,同! ;替換 && 邏輯與 () 在子進程中運行 * 匹配任意長度
相關文章
相關標籤/搜索