用法. 檢查/etc/passwd 這個檔案是否存在 #!/bin/bash if [[ -e '/etc/passwd' ]]; then echo "passwd exist " else echo "file not found" fi.
確定! 回上一頁