yum install -y tree

使用,比如显示/root的2层树结构

tree -L 2 /root

效果

/root
├── \033
├── code
│   └── helloworld.py
├── soft
│   ├── conf
│   ├── inf
│   ├── lanmp.sh
│   ├── lanmp_v3.3.tar.gz
│   ├── lib
│   ├── logs
│   └── src
└── test.txt

相关文章:

  • 2021-12-03
  • 2021-09-29
  • 2021-07-25
  • 2021-11-28
  • 2022-12-23
  • 2021-04-11
  • 2021-08-18
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-07
  • 2021-04-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案