In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
I. conditional testing and comparison
1. Test test expressions are commonly used
Test-f file & & echo true | | echo false
2. [test expression] is very commonly used
[- f file] & & echo true | | echo false
3. [[test expression]]
II. Process control
1. Flow control statement if
Example 1
#! / bin/bash
# get 0 in uid=0 (root)
Id=id | awk-F'[= (]'{print $2}')
Echo "your user id is:$id"
If [$id-eq 0]
Then
Echo "root"
Else
Echo "not root"
Fi
Example 2: determine the logged-in user
#! / bin/bash
# $# is the number of parameters added to shell
If [$#-eq 1] # or [[$# = = 1]] or ($# = = 1)
Then
If who | grep $1 > / dev/null
Then
Echo $1 is active.
Else
Echo $1 is not active.
Fi
Else
Echo "Usage: $0"
Exit 1
Fi
~
The result after execution
[root@localhost shell] # sh if-if.sh root
Root is active.
[root@localhost shell] # sh if-if.sh zabbix
Zabbix is not active.
[root@localhost shell] # sh if-if.sh
Usage: if-if.sh
[root@localhost shell] #
Instance 3 if-elif..else-fi
#! / bin/bash
# # if-elif..else-fi
Read-p "how lod are you?" Age
# conditional testing using the shell arithmetic operator (())
If ((age120)); then # [age
< 0 || age >120]]
Echo "out of range!"
Exit 1
Fi
If ((age > = 0&&age=13&&age=20&&age=30&&age)
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.