Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stevenwaskey/b8a8bffcb8491a04a283d3583780d425 to your computer and use it in GitHub Desktop.
Save stevenwaskey/b8a8bffcb8491a04a283d3583780d425 to your computer and use it in GitHub Desktop.
ASCII Directory Tree command line
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