Skip to content

Instantly share code, notes, and snippets.

@kgantsov
Forked from ryanbaldwin/tree
Created March 24, 2016 10:32
Show Gist options
  • Save kgantsov/19c86452235c83f99529 to your computer and use it in GitHub Desktop.
Save kgantsov/19c86452235c83f99529 to your computer and use it in GitHub Desktop.
Outputs the directory tree in your terminal, all pretty like.
find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment