Chinaunix首页 | 论坛 | 博客
  • 博客访问: 87170
  • 博文数量: 31
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 11
  • 用 户 组: 普通用户
  • 注册时间: 2014-10-23 00:16
文章分类
文章存档

2015年(13)

2014年(18)

我的朋友

分类:

2015-04-07 17:41:55

$n        $1 the first parameter,$2 the second...
$#        The number of command-line parameters.
$0        The name of current program.
$?        Last command or function's return value.
$$        The program's PID.
$!        Last program's PID.
$@        Save all the parameters.

almost any shell book will talk about them,from which you can get their detail usages.
阅读(651) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~