Last active
December 10, 2015 16:08
-
-
Save shanegao/4459068 to your computer and use it in GitHub Desktop.
some useful shell scripts
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
| #将当前目录下所有的文件以树形列出 | |
| alias lt='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