当前位置: 技术问答>linux和unix
求教shell脚本如何能代入参数?
来源: 互联网 发布时间:2015-05-16
本文导语: shell脚本能不能在运行的时候带入参数? 比如 ftpfile.sh aaa Resin的启动文件就可以,比如./httpd.sh restart 研究半天也没弄明白,向大家求教!!! args= class=com.caucho.server.http.HttpServer name=httpd perl=perl script=`/bin/ls -l $0 | aw...
shell脚本能不能在运行的时候带入参数?
比如 ftpfile.sh aaa
Resin的启动文件就可以,比如./httpd.sh restart
研究半天也没弄明白,向大家求教!!!
args=
class=com.caucho.server.http.HttpServer
name=httpd
perl=perl
script=`/bin/ls -l $0 | awk '{ print $NF; }'`
while test -h "$script"
do
script=`/bin/ls -l $script | awk '{ print $NF; }'`
done
bin=`dirname $script`
exec $perl $bin/wrapper.pl -chdir -name "$name" -class "$class" $args $*
|
可以带参数呀
很简单的
但是不好说
你去
http://www-900.ibm.com/developerWorks/cn/linux/shell/index.shtml
看看 一定会受益匪浅
祝你 好运
很简单的
但是不好说
你去
http://www-900.ibm.com/developerWorks/cn/linux/shell/index.shtml
看看 一定会受益匪浅
祝你 好运