tree 命令--linux not found

  1. 直接安装,需要权限
    yum install tree -y

  2. 替代命令
    find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'
    [(5条消息) Linux 下不能用 tree 命令怎么办?_一只小蛮要的博客-CSDN博客_linux tree用不了]https://blog.csdn.net/weixin_43843918/article/details/124610831?spm=1001.2014.3001.5502

你可能感兴趣的:(tree 命令--linux not found)