摘要: $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. 阅读全文
posted @ 2013-03-26 10:00 xinyonde 阅读(355) 评论(0) 推荐(0) 编辑