Shell編程(五)腳本語法

Shell編程(五)腳本語法 ${}: 數據「內容」刪除,替換;{}: 列表   1. 條件測試: test =~:正則匹配 2. if/then/elif/else/fi #!/bin/bash echo "Is it ok? yes or no" read YES_OR_NO if [ "$YES_OR_NO" = "yes" ]; then echo "is ok" elif [ "$YES
相關文章
相關標籤/搜索