Skip to content

Instantly share code, notes, and snippets.

@amackworth
Created November 3, 2011 19:31
Show Gist options
  • Select an option

  • Save amackworth/1337542 to your computer and use it in GitHub Desktop.

Select an option

Save amackworth/1337542 to your computer and use it in GitHub Desktop.
A copy of the tree command on Windows to *-nix machines
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