Skip to content

Instantly share code, notes, and snippets.

@abdullahceylan
Created January 22, 2019 22:00
Show Gist options
  • Save abdullahceylan/2c88a5ac2172457955d2bfe6be2f010e to your computer and use it in GitHub Desktop.
Save abdullahceylan/2c88a5ac2172457955d2bfe6be2f010e to your computer and use it in GitHub Desktop.
Create nested folders on Mac OS terminal
cat dirlist.txt | xargs mkdir -p
"path/to/destination" "path/to/destination2" "path/to/destination/with space" "path/to/destination2/with space 2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment