Shell Built in Variables | Meaning |
$# | Number of command line arguments. Useful to test no. of command line args in shell script. |
$* | All arguments to shell |
$@ | Same as above |
$- | Option supplied to shell |
$$ | PID of shell |
$! | PID of last started background process (started with &) |
Shell Built in Variables in Shell Programming
与本文相关的文章
- 【已解决】Linux命令显示当前系统时间
- 【已解决】Linux中crontab的语法和含义
- 【整理】RT-linux 实时Linux RealTime Linux
- 【整理】ubuntu real time Linux
- 【整理】Linux服务器选择 :ubuntu vs centos
- 【已解决】Linux列出文件夹和文件的目录结构树即用tree列出目录的树状结构
- 【记录】宝塔面板中用FTP去访问和管理网站文件
- 【记录】宝塔Linux面板中搭建Web服务环境
- 【间接解决】宝塔Linux面板中安装LNMP环境
- 【记录】初始化和安装和配置宝塔Linux面板
- 【已解决】rsync同步上传出错:Host key verification failed
- 【已解决】命令行中ftp操作上传到远程服务器crifan.com