2

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

有什么建议吗?

4

1 回答 1

4

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

于 2012-05-07T21:31:36.800 回答