分页: 1 / 1
废贴,请管理员删除
发表于 : 2011-12-03 10:25
由 pumasare
请管理员删除
Re: Ubuntu 中shell程序的意思
发表于 : 2011-12-03 10:45
由 chenzhiwei
调用时函数的参数
如: changename oldname newname
那么$1就是oldname $2就是newname
Re: Ubuntu 中shell程序的意思
发表于 : 2011-12-03 11:02
由 枫叶饭团
$1传递给shell的参数1,$2传递给shell的参数2....