Skip to content

Instantly share code, notes, and snippets.

@owex
Created December 21, 2017 09:31
Show Gist options
  • Save owex/bce8d82c1cd16115695658e78242b473 to your computer and use it in GitHub Desktop.
Save owex/bce8d82c1cd16115695658e78242b473 to your computer and use it in GitHub Desktop.
Display the structure of a folder and all subfolders in terminal
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