2
我試圖寫一個腳本,將顯示在Finder中隱藏的隱藏文件之間進行切換,但我有一個錯誤的麻煩:如何在mac上的終端腳本中的if語句中使用命令?
./HiddenFileToggle: line 1: [defaults: command not found
if [defaults read com.apple.finder AppleShowAllFiles]
then
defaults write com.apple.finder AppleShowAllFiles TRUE
else
defaults write com.apple.finder AppleShowAllFiles FALSE
fi
killall Finder
請參閱[本頁](https://unix.stackexchange.com/questions/27428/what-does-backquote-backtick-mean-in-bash?newreg=04de89d7b4ca4d63b6d2ab93d88a44a4)瞭解更多信息。 – 2015-04-19 14:59:43