首頁
返回
繼續
最後一頁
摘要
圖形
shell scripts(五)
case 做多重選擇
case expression in
pattern1) commands1 ;;
pattern2) commands2 ;;
pattern3) commands3 ;;
esac
sleep X:程式暫停X秒
while, until,for 迴圈
trace 一個範例 /etc/init.d/atd