Skip to content

Instantly share code, notes, and snippets.

@jdorfman
Created April 24, 2012 23:08
Show Gist options
  • Select an option

  • Save jdorfman/2484483 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
Author

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