Created
July 27, 2014 11:16
-
-
Save yradunchev/14765ef407bd57bd0d5c to your computer and use it in GitHub Desktop.
tree list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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
(In Bulgarian) Благодаря ти! С tree обаче е по-лесно.
(In English) Thank you! Though it's easier with 'tree'.