Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save milothiesen/42a261b5141c64e388f558268e6911c7 to your computer and use it in GitHub Desktop.
Save milothiesen/42a261b5141c64e388f558268e6911c7 to your computer and use it in GitHub Desktop.
from >> http://hints.macworld.com/article.php?story=20060209130749352
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