Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2043067
  • 博文数量: 470
  • 博客积分: 10206
  • 博客等级: 上将
  • 技术积分: 5620
  • 用 户 组: 普通用户
  • 注册时间: 2008-07-03 12:50
文章分类

全部博文(470)

文章存档

2012年(1)

2011年(18)

2010年(47)

2009年(404)

分类:

2009-06-16 11:52:52

$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.

阅读(1096) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~