尧图网络科技YAOTU DIGITAL 获取报价
获取报价
首页 / 资讯中心 / 文章详情

shell编程---if语句

发布时间:2026/9/25 14:21:37

资讯中心
01
ARTICLE

shell编程---if语句

shell编程---if语句
if语句1、if..then..else...fi1 #! /bin/bash 2 echo $PWD 3 #if judagement condition expression 4 if grep shell ./1.txt /dev/null 5 #if grep Shell ./1.txt /dev/null 6 then 7 echo the string exists in in current path 8 else 9 echo the string dosent exist in current path 10 fiandyandy-virtual-machine:~/test_shell$cat 1.txtshellandyandy-virtual-machine:~/test_shell$2、if...then...fi1 #! /bin/bash 2 echo $PWD 3 #if judagement condition expression 4 if grep shell ./1.txt /dev/null 5 #if grep Shell ./1.txt /dev/null 6 then 7 echo the string exists in in current path 8 #else 9 # echo the string dosent exist in current path 10 fiandyandy-virtual-machine:~/test_shell$cat 1.txtshellandyandy-virtual-machine:~/test_shell$3、条件一直成立#! /bin/bash if true then printf Hello Shell Script\n fi4、if then elif then else fi#if then elif then if [[ $1 $2 $1 ! ]]; then echo $1; $2 elif [[ $1 test1 ]];then echo $1 elif [[ $2 test2 ]]; then echo Exit two option ...! else echo Exit the whole if...! fi #if then elif then if [[ $1 $2 $1 ! ]] then echo $1; $2 elif [[ $1 test1 ]] ;then echo $1 elif [[ $2 test2 ]];then echo Exit two option ...! else echo Exit the whole if...! fi运行结果1运行结果2then关键词需要注意事项then如果和if或者elif在一行前面需要加一个分号;then可以和语句在同一行。
02
RELATED NEWS

相关资讯

更多网站建设与数字化升级内容

03
WHY YAOTU

想打造同款高转化官网?

懂行业、懂生意,从建站到增长一站式陪跑

◈

场景化定制

不做模板站,围绕你的业务场景量身设计,小众不撞款。

◐

营销型架构

以转化目标组织内容与路径,让官网真正带来询盘。

▲

全周期服务

设计、开发、运营、运维一体,上线只是开始。

免费获取你的建站方案

留下需求,专属顾问 24 小时内为你输出方案建议。