Skip to content

Instantly share code, notes, and snippets.

@raja-ashok
Created October 15, 2018 09:24
Show Gist options
  • Save raja-ashok/622876ff641e4a098cb5fcd70210dd4e to your computer and use it in GitHub Desktop.
Save raja-ashok/622876ff641e4a098cb5fcd70210dd4e to your computer and use it in GitHub Desktop.
for loop
count=5
for i in $(seq $count); do
echo $i
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment