Linux Shell 之 Shell 打印命令

一、echo 命令 echo是Shell的一個內部指令,用於在屏幕上打印出指定的字符串。命令格式:web echo arg 您能夠使用echo實現更復雜的輸出格式控制。 ---------- 顯示轉義字符 "echo "\"It is a test\"" 結果將是: "It is a test" 雙引號也能夠省略。 ---------- 顯示變量 name="OK" echo "$name It
相關文章
相關標籤/搜索