Created
October 11, 2015 00:20
-
-
Save ndelitski/2c41c7d04a26e72314fc to your computer and use it in GitHub Desktop.
console snippets
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
| # print current directory tree | |
| find . -type d | sed -e "s/[^-][^\/]*\// |/g" -e "s/|\([^ ]\)/|-\1/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment