test-shell-script/task2.sh

5 lines
39 B
Bash

for ((i=0;i<=5;i++))
do
echo "$i"
done