Answers for "how to use for loop in linux command line"

0

how to use for loop in linux command line

for i in `seq 1 10`; do echo $i; done
Posted by: Guest on June-04-2021

Code answers related to "how to use for loop in linux command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language