shell中if使用方法
1、if的语法结构if 职邗珩垃[ condition ]then statements[elif condition then statements. ..][else statements ]fi

3、字符串比较

6、脚本实例脚本一:#!/bin/shecho "挢旗扦渌;Please input a integer:"rea颊俄岿髭d integer1if [ "$integer1" -lt 30 ]then echo "The integer which you input is lower than 30."fi脚本二:if [ -f 023.txt ];then echo "file is exist"else touch 023.txtfi
声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。