Skip to content

Instantly share code, notes, and snippets.

@Enough7
Last active October 6, 2022 13:30
Show Gist options
  • Save Enough7/ee27516044ed8b72851c35707a5f95c1 to your computer and use it in GitHub Desktop.
Save Enough7/ee27516044ed8b72851c35707a5f95c1 to your computer and use it in GitHub Desktop.
Bash for loop in one line for Ubuntu Terminal
for i in {1..9}; do mkdir "Execise0$i"; done
# see https://www.cyberciti.biz/faq/linux-unix-bash-for-loop-one-line-command/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment