for (( i=1; i <= 10; i++ )) do echo "Number $i" done
Ejercicios de Bash: bucle con sintaxis de C (Bash)
Except where otherwise noted, Jesusninoc by Jesús N. is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
for (( i=1; i <= 10; i++ )) do echo "Number $i" done