shell脚本中$0,$1,$2的含义
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
我们经常见到shell脚本中使用的$0,$1,$2,分别的意思就是:
- $0:是指你所写的shell脚本本身的名字;
- $1:是指你写的shell脚本所传入的第一个参数 ;
- $2:是指你写的shell脚本所传入的第二个参数
结果如下:
command not found 是因为我在windows文本编辑好,复制过去的
windows换行符是/r/n ,linux是/n,没有识别/r,所以会导致上述的报错,这个属于脚本编码的问题。
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献3条内容
所有评论(0)