1. 安装
brew install tree
2. 显示
乱码显示如下
3. 解决
两个博客
google 中显示一个tree -N
tree -N
显示结果如下
查看man pages
-N Print non-printable characters as is instead of as escaped octal
numbers.
结论就是原样打印出字符。
参考 & Tanks
brew install tree
乱码显示如下
两个博客
google 中显示一个tree -N
tree -N
显示结果如下
查看man pages
-N Print non-printable characters as is instead of as escaped octal
numbers.
结论就是原样打印出字符。
参考 & Tanks
本文标题:Mac tree 命令,中文文件名乱码
本文链接:https://www.haomeiwen.com/subject/gswfkttx.html
网友评论