Directory structure ( tree ) output on Linux

 

[root@localhost home]# yum install -y tree
[root@localhost home]# tree -L 3
.
├── 1_init.sh
├── 2_nginx.sh
├── 3_final.sh
├── docker
│   ├── m57
│   │   ├── build.sh
│   │   ├── conf
│   │   ├── data
│   │   ├── Dockerfile
│   │   ├── healthcheck.sh
│   │   ├── my.cnf
│   │   ├── my.d.cnf
│   │   ├── run.sh
│   │   ├── scripts
│   │   ├── shell.sh
│   │   └── stop.sh
│   └── web
│       ├── build.sh
│       ├── cfg
│       ├── conf
│       ├── data
│       ├── Dockerfile
│       ├── fcm_restart.sh
│       ├── home
│       ├── hosts
│       ├── run.sh
│       ├── scripts
│       ├── shell.sh
│       ├── source_iconv
│       └── w.tar.gz
├── docker_20230203.tar.gz
├── nginx
│   ├── conf.d
│   │   └── pol.conf
│   └── ssl
│       ├── 2022
│       ├── thebom.pro.crt
│       └── thebom.pro.key
└── scripts.tar.gz

16 directories, 23 files
[root@localhost home]#