공부 (@Deprecated)
[Sh] do ~ while
승가비
2020. 4. 18. 17:56
728x90
while true; do
...
condition || break
done
https://unix.stackexchange.com/questions/60098/do-while-or-do-until-in-posix-shell-script
do...while or do...until in POSIX shell script
There is the well known while condition; do ...; done loop, but is there a do... while style loop that guarantees at least one execution of the block?
unix.stackexchange.com
728x90