Skip to content

Instantly share code, notes, and snippets.

@nad2000
Created June 2, 2020 10:32
Show Gist options
  • Save nad2000/cd9e4ba2ced0691da94aeb106bf1dcf7 to your computer and use it in GitHub Desktop.
Save nad2000/cd9e4ba2ced0691da94aeb106bf1dcf7 to your computer and use it in GitHub Desktop.
create a list of directories in loop
i in {6..20} ; do mkdir $(printf '%02d\n' $i) ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment