Skip to content

Instantly share code, notes, and snippets.

@vitalbh
Created September 9, 2013 19:14
Show Gist options
  • Select an option

  • Save vitalbh/6500129 to your computer and use it in GitHub Desktop.

Select an option

Save vitalbh/6500129 to your computer and use it in GitHub Desktop.
Cria arvore de pastas com 4 níveis( 0 - 9 - a - f )
mkdir -p {{0..9},{a..f}}/{{0..9},{a..f}}/{{0..9},{a..f}}/{{0..9},{a..f}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment