How Do You Stop A Loop In Linux
- Forums
- Linux
- How Do You Stop A Loop In Linux
i am writing a linux script and i have a while loop that i created, im not very familiar with linux programming [3313], Last Updated: Mon Jun 24, 2024
Hosti8e
Sat Apr 03, 2010
1 Comments
383 Visits
i am writing a linux script and i have a while loop that i created, im not very familiar with linux programming, im more familiar with php, but i can't use the break or continue, so what can i do for breaking or stopping a loop in linux?
for example you have something like this:
for d in 'ls *.wav' ;
do play $d;
done
https://www.webune.com/forums/20100403cccg.html