Mac tree 命令

xiaoxiao2021-02-28  47

一、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.

转载请注明原文地址: https://www.6miu.com/read-2627309.html

最新回复(0)