shell编程中的部分关键字 --待整理
<br />1 shell 的$! ,$?, $$,$@ <br /> <br /><br />•$n $1 the first parameter,$2 the second... <br />•$# The number of command-line parameters. <br />•$0 The name of current program. <br />•$? Last command or function's return val
转载
2010-12-18 21:38:00 ·
3832 阅读 ·
0 评论