Skip to content

Instantly share code, notes, and snippets.

@zachmayberry
Last active January 4, 2021 12:09
Show Gist options
  • Save zachmayberry/4692528 to your computer and use it in GitHub Desktop.
Save zachmayberry/4692528 to your computer and use it in GitHub Desktop.
Simple alias to allow "tree" command anywhere...
alias tree="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