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%は、シェル プロンプトを表すために使用されます。$シンボルの後にのみコピーします。

于 2012-05-07T21:31:36.800 に答える