linux for循环怎么理解
发表于:2024-11-24 作者:千家信息网编辑
千家信息网最后更新 2024年11月24日,这期内容当中小编将会给大家带来有关linux for循环怎么理解,文章内容丰富且以专业的角度为大家分析和叙述,阅读完这篇文章希望大家可以有所收获。for循环是Linux shell 中最常用的结构。f
千家信息网最后更新 2024年11月24日linux for循环怎么理解
这期内容当中小编将会给大家带来有关linux for循环怎么理解,文章内容丰富且以专业的角度为大家分析和叙述,阅读完这篇文章希望大家可以有所收获。
for循环是Linux shell 中最常用的结构。for 循环有三种结构:一种结构是列表for循环;第二种结构是不带列表for循环;第三种结构是类C风格的for循环。
for var in list
do
commands
done
#!/bin/bash
for test in alabama alaska arizona arkansas california colorado
do
echo the next state is $test
done
>
the next state is alabama
the next state is alaska
the next state is arizona
the next state is arkansas
the next state is california
the next state is colorado
#!/bin/bash
for test in alabama alaska arizona arkansas california colorado
do
echo "the next state is $test"
done
echo "The las state we visited was $test"
test=connecticut
echo "wait, now we're visiting $test"
>
the next state is alabama
the next state is alaska
the next state is arizona
the next state is arkansas
the next state is california
the next state is colorado
The las state we visited was colorado
wait, now we're visiting connecticut
#!/bin/bash
for test in I don't know if this'll work
do
echo "word:$test"
done
>
word:I
word:dont know if thisll
word:work
#!/bin/bash
for test in nevada "New Hampshire" "New Mexico" "New York"
do
echo "Now going to $test"
done
>
Now going to nevada
Now going to New Hampshire
Now going to New Mexico
Now going to New York
#!/bin/bash
list="Alabama ALaska Arizona Arkansas Colorado"
list=$list" Connecticut"
for state in $list
do
echo "Have you ever visited $state?"
done
>
Have you ever visited Alabama?
Have you ever visited ALaska?
Have you ever visited Arizona?
Have you ever visited Arkansas?
Have you ever visited Colorado?
Have you ever visited Connecticut?
#!/bin/bash
file="states"
for state in `cat $file`
do
echo "Visit beautiful $state"
done
#cat states
>
Alabama
Alaska
dddfac
dfsase
cvcvss
dfqzcvc
ddddwq
bnnn
qqojfaso
>
Visit beautiful Alabama
Visit beautiful Alaska
Visit beautiful dddfac
Visit beautiful dfsase
Visit beautiful cvcvss
Visit beautiful dfqzcvc
Visit beautiful ddddwq
Visit beautiful bnnn
Visit beautiful qqojfaso
#!/bin/bash
IFS=$'\n'
file="states"
for state in `cat $file`
do
echo "visit beautiful $state"
done
>
#cat states
>
A labama
Alaska
dddfac
dfsase
cvcvss
dfqzcvc
ddddwq
bnnn
qqojfaso
>
visit beautiful A labama
visit beautiful Alaska
visit beautiful dddfac
visit beautiful dfsase
visit beautiful cvcvss
visit beautiful dfqzcvc
visit beautiful ddddwq
visit beautiful bnnn
visit beautiful qqojfaso
在处理长脚本时,可能在一个地方需要修改IFS的值,然后忘掉它并在脚本中其他地方以为还是默认的值。一个可参考的简单实践:
IFS.OLD=$IFS
IFS=$'\n'
IFS=$IFS.OLD
#!/bin/bash
for file in /root/*
do
if [ -d "$file" ]then
echo " $file is a directory "
elif [ -f "$file" ]then
echo "$file is a file"
fi
done
#!/bin/bash
for file in /root/.b* /home/rich/badtest
do
if [ -d "$file" ]then
echo "$file is a directory"
elif [ -f "$file" ]then
echo "$file is a file"
else
echo "$file doesn't exist"
fi
done
类C语言风格
#!/bin/bash
for (( i=1; ido
echo "The next nuber is $i"
done
>
The next nuber is 1
The next nuber is 2
The next nuber is 3
The next nuber is 4
The next nuber is 5
The next nuber is 6
The next nuber is 7
The next nuber is 8
The next nuber is 9
The next nuber is 10
#!/bin/bash
for (( a=1, b=10; a do
echo "$a - $b"
done
>
1 - 10
2 - 9
3 - 8
4 - 7
5 - 6
6 - 5
7 - 4
8 - 3
9 - 2
10 - 1
11 - 0
12 - -1
上述就是小编为大家分享的linux for循环怎么理解了,如果刚好有类似的疑惑,不妨参照上述分析进行理解。如果想知道更多相关知识,欢迎关注行业资讯频道。
循环
结构
内容
地方
风格
分析
专业
中小
内容丰富
就是
常用
文章
更多
知识
篇文章
脚本
行业
角度
语言
资讯
数据库的安全要保护哪些东西
数据库安全各自的含义是什么
生产安全数据库录入
数据库的安全性及管理
数据库安全策略包含哪些
海淀数据库安全审计系统
建立农村房屋安全信息数据库
易用的数据库客户端支持安全管理
连接数据库失败ssl安全错误
数据库的锁怎样保障安全
同享pos收银系统服务器名
北京首都网络安全日哪年
服务器分区的主要作用
下列属于网络安全问题的事
西安交大网络安全在职研究生
大熊喵互联网科技有限公司
软件测试学数据库
杭州工控软件开发哪家便宜
r语言输入换行输入数据库
网络安全拒绝访问怎么处理
网络安全工程师21周特训营
潍坊高新区信息服务器产业
网络安全系统设置
共享打印机的网络服务器如何设置
内蒙软件开发费用
达梦数据库rac
小学生有关网络安全的节目
我的世界服务器后台管理网页
服务器专业机器学习
云主机没有服务器安全吗
ctf网络安全大赛入门
河北服务器搬家找哪家
怎么寻找别人服务器后台管理
杭州审车网络技术有限公司
租房做亚马逊网络安全吗
雅安网络技术参数
要求重视保密制度和网络安全
内蒙古互联网软件开发
安阳软件开发方案
网络安全法第六条规定