码迷,mamicode.com
首页 > 系统相关 > 详细

linux arguments variables usage

时间:2018-01-12 11:19:51      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:linux   bash   else   sage   inux   one   ash   $1   exit   

#! /bin/bash
if [ $# -ne 1 ];then
echo "please input one argument:"
exit 1
fi

if [ $1 -eq 1 ];then
echo "you input is $1."
elif [ $1 -eq 2 ];then
echo "you input is $1."
else
echo "you input is wrong."
exit 2
fi

linux arguments variables usage

标签:linux   bash   else   sage   inux   one   ash   $1   exit   

原文地址:http://blog.51cto.com/546136/2060111

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!