bash: ./first.sh: bin/sh: bad interpreter: No such file or directory
为什么会有这样的提示,我确定不是dos回车的问题
ln了一下,也不好使
求解
新手的小问题,求解
- lilydjwg
- 论坛版主
- 帖子: 4258
- 注册时间: 2009-04-11 23:46
- 系统: Arch Linux
- 联系:
Re: 新手的小问题,求解
估计是了。
- linwhwylb
- 帖子: 78
- 注册时间: 2009-07-14 10:26
Re: 新手的小问题,求解
代码: 全选
$ cat -A
Ubuntu philosophy:that software should be available free of charge, that software tools should be usable by people in their local language, and that people should have the freedom to customize and alter their software in whatever way they need.
-
- 帖子: 1453
- 注册时间: 2008-05-24 8:30
Re: 新手的小问题,求解
丢了个 /
#!/bin/sh
写成了
#!bin/sh
#!/bin/sh
写成了
#!bin/sh