Skip to content

Instantly share code, notes, and snippets.

@ryanbaldwin
Created November 20, 2014 13:28
Show Gist options
  • Save ryanbaldwin/6ec1fd64f6f69a19ddd4 to your computer and use it in GitHub Desktop.
Save ryanbaldwin/6ec1fd64f6f69a19ddd4 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