所以我想弄清楚這個奇怪的行爲。 $ hello hello
-ksh: hello: not found [No such file or directory]
$ "hello hello"
-ksh: hello hello: not found [No such file or directory]
$ echo hello hello
hello hello
$ `echo
我有以下for命令 for /F %s in ('"mas ter\gradlew.bat" -q -p mass ter') do echo %s
我不讓它正常工作。這不是實際的用例,而是一個非常簡單的例子。 執行 "mas ter\gradlew.bat" -q -p "mas ter"
工作正常, "mas ter\gradlew.bat" -q -p mass ter
說,該項