Skip to content

Instantly share code, notes, and snippets.

@jdorfman
Created April 24, 2012 23:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdorfman/2484483 to your computer and use it in GitHub Desktop.
Save jdorfman/2484483 to your computer and use it in GitHub Desktop.
$ mkdir -p {1..3}/{1..3}
# Result:
$ tree
.
|-- 1
| |-- 1
| |-- 2
| `-- 3
|-- 2
| |-- 1
| |-- 2
| `-- 3
`-- 3
|-- 1
|-- 2
`-- 3
12 directories, 0 files
@jdorfman
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment