- 链接地址:https://tiger.blog.csdn.net/article/details/82562341
- 链接标题:Shell中的for和while循环详解_shell中while后需要空格吗-CSDN博客
- 所属网站:tiger.blog.csdn.net
- 被收藏次数:6222
文章浏览阅读2.6k次,点赞4次,收藏7次。Shell中的for和while循环详解一、for循环 数字段形式 for i in {1..10}do echo $idone 详细列出(字符且项数不多)for File in 1 2 3 4 5 do echo $File done 对存在的文件进行循环for shname in `ls *.sh`do n..._shell中while后需要空格吗
版权声明:本文发布于特牛网址导航 内容均来源于互联网 如有侵权联系删除