尝试遵循shell脚本教程,接收“$:command not found”

时间:2012-05-07 20:39:23

标签: linux shell

我在这里关注本指南: 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

有什么建议吗?

1 个答案:

答案 0 :(得分:4)

在大多数教程中,符号$%用于表示shell提示符,它可能看起来像任何内容。仅复制$符号后的内容。