Answers for "how to for loop in bash with commands"

1

bash for loop step

for i in `seq 0 2 10`; do echo $i; done
Posted by: Guest on April-02-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language