Questions tagged «tree»





1
Ubuntu的ls可以显示unicode字符,但是tree不能显示,即使使用tree --charset unicode
Ubuntu 10.04 ls可以显示unicode字符,但tree即使使用tree --charset unicode或也不能显示utf8。有没有办法解决。 echo可以解释转义字符,但cat list.txt | echo -e不起作用(list.txt来自 tree > list.txt) 更新:tree -H www.somewhere.com可以输出unicode(应该是UTF-8),但是现在看来这是唯一的方法-作为网页。 $ ls -R .: list2.txt list.txt 久未在遊行場合露面的前總統李登輝.txt 遊行 ./遊行: 大家2.txt 大家.txt $ tree --charset unicode . |-- list2.txt |-- list.txt |-- \344\271\205\346\234\252\345\234\250\351\201\212\350\241\214\345\240\264\345\220\210\351\234\262\351\235\242\347\232\204\345\211\215\347\270\275\347\265\261\346\235\216\347\231\273\350\274\235.txt `-- \351\201\212\350\241\214 |-- \345\244\247\345\256\2662.txt `-- \345\244\247\345\256\266.txt 1 directory, 5 files $ tree …
10 ubuntu  bash  unicode  ls  tree 

2
如何打印7zip存档的目录树?
在提取之前archive.7z,我总是检查一下: $ 7z l archive.7z ...SKIP... 2010-01-01 00:00:00 ..... 25856 7367 jsloader/resource/gre/modules/source-editor-textarea.jsm 2010-01-01 00:00:00 ..... 4656 1669 jsloader/resource/gre/modules/FileUtils.jsm 2010-01-01 00:00:00 ..... 1856 943 jsloader/resource/gre/modules/DownloadPaths.jsm 2010-01-01 00:00:00 ..... 7096 2724 jsloader/resource/gre/modules/CertUtils.jsm 2010-01-01 00:00:00 ..... 540 346 jsloader/resource/gre/modules/jsdebugger.jsm 2010-01-01 00:00:00 ..... 12964 4225 jsloader/resource/gre/modules/CommonDialog.jsm 2010-01-01 00:00:00 ..... 9692 3272 jsloader/resource/gre/modules/NetworkHelper.jsm 2010-01-01 00:00:00 …
4 bash  archiving  7-zip  tree 


1
树命令支持通配符
有人知道支持通配符的“树”工具吗? 例如,我想在'tree'输出中看到所有.h和.cpp文件。 我不想使用dir / s * .h * .cpp等 - 我想看一棵树,而不是路径列表。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.