linux dir 树结构 find . -type d | sed -e "s/[^-][^\/]*\// |/g" -e "s/|\([^ ]\)/|-\1/"
摘要:
find . -type d | sed -e "s/[^-][^\/]*\// |/g" -e "s/|\([^ ]\)/|-\1/" 阅读全文
posted @ 2013-01-10 14:24 Richard.FreeBSD 阅读(222) 评论(0) 推荐(0) 编辑