Skip to content

Instantly share code, notes, and snippets.

@dewomser
Created November 1, 2025 14:35
Show Gist options
  • Select an option

  • Save dewomser/fe9374d040461fec8fafb6d278ee13f0 to your computer and use it in GitHub Desktop.

Select an option

Save dewomser/fe9374d040461fec8fafb6d278ee13f0 to your computer and use it in GitHub Desktop.
bash for loop as oneliner. No semicolon after do !
for s in {1..20};do echo "$s";done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment