Skip to content

Instantly share code, notes, and snippets.

@wdalmut
Created April 14, 2012 10:51
Show Gist options
  • Save wdalmut/2383526 to your computer and use it in GitHub Desktop.
Save wdalmut/2383526 to your computer and use it in GitHub Desktop.
Linux Tree Display (ls tree) - Alias
ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment