我在这里关注本指南: http://www.cyberciti.biz/tips/find-out-if-file-exists-with-conditional-expressions.html
每次我跑:$ [ -f /etc/passwd ] && echo "File exists" || echo "File does not exists"
我明白了:
$: command not found
File does not exists
有什么建议吗?
答案 0 :(得分:4)
在大多数教程中,符号$
或%
用于表示shell提示符,它可能看起来像任何内容。仅复制$
符号后的内容。