1. 程式人生 > >linux安裝tree命令

linux安裝tree命令

安裝

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