這是我第一次使用TextWrangler。我正在使用它來打開一個.sql文件。但是,當我嘗試運行我得到以下錯誤的文件: This file doesn’t appear to contain a valid ‘shebang’ line (application error code: 13304)
我想看看在計算器上一些其他職位,我想我明白,這個問題是一個線插入包含#符號,但我無法弄清楚如何
例一 #!/bin/sh
# purpose: print out current directory name and contents
pwd
ls
例二 # purpose: print out current directory name and contents
#!/bin/sh
pwd
ls
是什麼差異 - 如果我在第一行發表評論(#),#!/bin/sh作爲第二