Created
November 1, 2025 14:35
-
-
Save dewomser/fe9374d040461fec8fafb6d278ee13f0 to your computer and use it in GitHub Desktop.
bash for loop as oneliner. No semicolon after do !
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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