Last active
October 6, 2022 13:30
-
-
Save Enough7/ee27516044ed8b72851c35707a5f95c1 to your computer and use it in GitHub Desktop.
Bash for loop in one line for Ubuntu Terminal
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 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