一、mac tree安装
brew install tree
tree - list contents of directories in a tree-like format.
二、tree中文乱码解决
tree -N + 目录
-N Print non-printable characters as is instead of as escaped octal numbers.
brew install tree
tree - list contents of directories in a tree-like format.
tree -N + 目录
-N Print non-printable characters as is instead of as escaped octal numbers.