码迷,mamicode.com
首页 > 系统相关 > 详细

Unix/Linux 'dirctory tree' command.

时间:2014-10-22 17:30:49      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:style   io   os   sp   on   ad   ef   linux   as   

ls -R | grep ":$" | sed -e ‘s/:$//‘ -e ‘s/[^-][^\/]*\//--/g‘ -e ‘s/^/   /‘ -e ‘s/-/|/‘

It seems useful as a upgrade version of ‘ls -R‘

Unix/Linux 'dirctory tree' command.

标签:style   io   os   sp   on   ad   ef   linux   as   

原文地址:http://www.cnblogs.com/Geek-GeNE/p/4043605.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!