test-shell-script/task1.sh

5 lines
38 B
Bash

for i in {1..10..2}
do
echo "$i"
done