知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

shell中使用命令行中参数

发布时间:2014-09-05 15:14:33作者:知识屋

parameter.sh
 
#!/bin/bash
 
echo "show all the parameter    : "
 
echo "the scirpt name is        : $0"
echo "the first  parameter is   : $1"
echo "the second parameter is   : $2"
echo "the third  parameter is   : $3"
echo "the four   parameter is   : $4"
echo "the five   parameter is   : $5"
 
 
exit      www.zhishiwu.com  
 
 

(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏

相关知识

软件推荐

更多 >

游戏推荐

更多 >

精选栏目

热门推荐

猜你喜欢