№11
# Выход из цикла
for I in 1 2 3 4 5
do
statements1
statements2
if (disaster-condition)
then
break
fi
statements3
done
Источник:
www.cyberciti.biz
www.cyberciti.biz
# Выход из цикла
for I in 1 2 3 4 5
do
statements1
statements2
if (disaster-condition)
then
break
fi
statements3
done