linux就该这么学pdf免费下载
命令
- ls -R | grep ":" | sed -e 's/://' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/'
显示效果(或用tree 目录 |more的效果是一样的)
- $ tree /Applications | more
- /Applications
- |-Address Book.app
- |---Contents
- |-----MacOS
- |-----Resources
- |-------ABLargeTypeWindow.nib
- etc...
转载请注明:谷谷点程序 » linux用命令输出目录结构的方法