개요
tree 커맨드는 디렉터리 및 파일들을 트리 구조로 시각화한다.
설치
apt install -y tree
예제
tree -ha /opt
/opt
└── [4.0K] containerd
├── [4.0K] bin
└── [4.0K] lib
3 directories, 0 files
고급 Ubuntu
tree 커맨드는 디렉터리 및 파일들을 트리 구조로 시각화한다.
apt install -y tree
tree -ha /opt
/opt
└── [4.0K] containerd
├── [4.0K] bin
└── [4.0K] lib
3 directories, 0 files