linux - shell 基础问题
阿神
阿神 2017-04-17 13:24:41
0
1
466

在liunx 服务器下

问题1:编写的shell脚本 是否必须要 .sh 文件格式
问题2:编写的shell脚本 文件保存的路径 是否必须在服务器的指定文件夹或者任何文件夹内都可
问题3:编写的shell脚本 开头 都建议添加 “ #!/bin/bash ” 或可有可无
问题4:liunx 下 编写的shell 是否要配置后才可有使用编写好的脚本
问题5:在 shell脚本 内的路径是相对的还是绝对的,还是都可有? 相对的话 假如脚本在 bin 文件夹,要访问alidata下的文件,怎么写
问题6:帮我写一个for 循环,访问一个在 alidata/www/ 下的 php 文件

以下我编辑的基础脚本 a.sh 在 liunx 服务器 用 SSH 怎么访问 假设在 alidata/www/
#!/bin/bash
name="OK"
echo "${name} It is a test"

追加
在vi 编辑文本后 文本内容如下, 在当前目录下 访问文件 # ./abx.sh
报错:-bash: ./abx.sh: /bin/bash^M: bad interpreter: No such file or directory
不解 ,求赐教 同上,有变量 也会报错

#!/bin/bash
echo "Hello World!"
阿神
阿神

闭关修行中......

reply all(1)
大家讲道理

First of all, don’t make the question too simple. Read the book yourself first. If you are in a hurry, just use Baidu and Google
1. It’s okay. Generally, in order for yourself and others to understand, it is done in accordance with international practices
2. All is OK
3. Suggestion
4. Default
5. For example, if you are in Xiamen and you want to go to the Fifth Ring Road, you must first go to Xiamen, then go to Fujian Province, and then enter Beijing. If you are in Xiamen and you want to go to Gulangyu Island, then you don’t have to go out. Xiamen.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!