- Bash Cookbook
- Ron Brash Ganesh Naik
- 78字
- 2021-07-23 19:17:30
Basic loops
Can you imagine iterating through a list of files or a dynamic array and monotonously evaluating each and every one? Or waiting until a condition was true? For these types of scenarios, you may want to use a for loop, a do while loop, or an until loop to improve your script and make things easy. For loops, do while loops, and until loops may seem similar, but there are subtle differences between them.
推薦閱讀
- 工程軟件開發技術基礎
- C語言程序設計案例教程(第2版)
- PHP程序設計(慕課版)
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- Instant QlikView 11 Application Development
- HTML5+CSS3網站設計基礎教程
- QGIS By Example
- Linux:Embedded Development
- 編程菜鳥學Python數據分析
- Rust游戲開發實戰
- Laravel Application Development Blueprints
- 動手打造深度學習框架
- OpenMP核心技術指南
- Struts 2.x權威指南