Skip to content

Instantly share code, notes, and snippets.

@Leask
Created July 18, 2013 05:09
Show Gist options
  • Save Leask/6026850 to your computer and use it in GitHub Desktop.
Save Leask/6026850 to your computer and use it in GitHub Desktop.
Show directories as tree style
find . -type d | sed -e "s/[^-][^\/]*\// |/g" -e "s/|\([^ ]\)/|-\1/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment