BIG
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]#
LIST
'!!...Linux' 카테고리의 다른 글
[Linux] Linux Boot Process (0) | 2024.02.27 |
---|---|
[Linux] rsync error - access denied from UNKNOWN - (0) | 2023.07.28 |
[Linux] shell script storage usage monitoring email sending (0) | 2023.02.09 |
[Linux] shell script simple ssh connection sample code (0) | 2023.02.09 |
[Linux] shell script - bash - Loop statement sample code (0) | 2023.02.09 |