- 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.
推薦閱讀
- Raspberry Pi 2 Server Essentials
- TypeScript實戰指南
- Access 2016數據庫管
- Mastering Apache Spark 2.x(Second Edition)
- Learning OpenStack Networking(Neutron)
- 移動增值應用開發技術導論
- C++程序設計教程
- Machine Learning for OpenCV
- 零基礎學SQL(升級版)
- Visual Basic語言程序設計上機指導與練習(第3版)
- Java編程指南:語法基礎、面向對象、函數式編程與項目實戰
- C++從零開始學(視頻教學版)(第2版)
- Internet of Things with Arduino Cookbook
- Raspberry Pi By Example
- TensorFlow程序設計