Наши партнеры








Книги по Linux (с отзывами читателей)

Библиотека сайта rus-linux.net

Chapter 9. Repetitive tasks

Upon completion of this chapter, you will be able to

  • Use for, while and until loops, and decide which loop fits which occasion.

  • Use the break and continue Bash built-ins.

  • Write scripts using the select statement.

  • Write scripts that take a variable number of arguments.