摘要: ## 一、循环语句 ### 1.1for `help for 帮助文档` ```bash for i in a b c;do echo hello;done [root@localhost data]#for i in a b c;do echo hello;done hello hello hel 阅读全文
posted @ 2023-08-14 11:11 德国南部之星 阅读(200) 评论(0) 推荐(0)