Skip to content

Instantly share code, notes, and snippets.

@yradunchev
Created July 27, 2014 11:16
Show Gist options
  • Select an option

  • Save yradunchev/14765ef407bd57bd0d5c to your computer and use it in GitHub Desktop.

Select an option

Save yradunchev/14765ef407bd57bd0d5c to your computer and use it in GitHub Desktop.
tree list
ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/'
@sahwar
Copy link
Copy Markdown

sahwar commented Feb 24, 2015

(In Bulgarian) Благодаря ти! С tree обаче е по-лесно.

(In English) Thank you! Though it's easier with 'tree'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment