第二十一章 Shell Script - twbsd.org
第二十四章 Shell Script 身為 UNIX 系統管理者除了要熟悉 UNIX 指令外,我們最好學會幾種 scripts 語言,例如 shell script 或 perl。 ... $ test 5 -eq 5 && echo true true $ test abc!=cde && echo true ture $ [ 6 -lt 10 ] && echo true ture $ pwd /home $ echo $HOME $ ......