edv:os:unix:shell:example:iterationen
Iterationen
COUNTER=0 COUNTER_MAX=1000 while true do COUNTER=$(($COUNTER + 1)) ... if [ ${COUNTER} -gt ${COUNTER_MAX} ] then ... else break fi ... done
Stand: 22.10.2009
EOF
edv/os/unix/shell/example/iterationen.txt · Zuletzt geändert: 2020/01/11 01:23 von 127.0.0.1