Bash scripting Part2 - For and While Loops With Examples - Like Geeks

Empower yourself with bash scripting and gain control over Linux, You will learn about for loops, while loops and how to control them and other tricky stuff
- #
- 1
- Odpowiedz

Empower yourself with bash scripting and gain control over Linux, You will learn about for loops, while loops and how to control them and other tricky stuff
Komentarze (1)
najlepsze
Dowiedziałem się o istnieniu IFS=$'\n'.
Do tej pory zawsze robiłem
(while read a; do
#costam
done) < plik