Skip to content

Instantly share code, notes, and snippets.

@pkutzner
Created August 15, 2014 16:41
Show Gist options
  • Save pkutzner/dcf1f76ec806203e9caa to your computer and use it in GitHub Desktop.
Save pkutzner/dcf1f76ec806203e9caa to your computer and use it in GitHub Desktop.
Poor man's tree for *nix systems that don't have 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