Answers for "how to write a for loop is linux"

2

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 write a for loop is linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language