Skip to content

Instantly share code, notes, and snippets.

@veapon
Created August 25, 2014 11:01
Show Gist options
  • Save veapon/e55d8dfd71e9b2efabd4 to your computer and use it in GitHub Desktop.
Save veapon/e55d8dfd71e9b2efabd4 to your computer and use it in GitHub Desktop.
shell file tree
find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'
alias ltree="find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g' | less"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment