shell script: bad interpreter: No such file or directory when using pwd

后端 未结 11 1640
抹茶落季
抹茶落季 2021-02-07 09:30

I want to go through the files in a directory with a for loop but this comes up.

echo: bad interpreter: No such file or directory

code:

11条回答
  •  执念已碎
    2021-02-07 09:55

    You can find where bash is located using command

    whereis bash
    

    and you can copy the bash path to the path where you are seeing bad-interpreter error.

提交回复
热议问题