■ 주요 옵션
option | param | 의미 |
-d | List directories only. (디렉토리만 표시) | |
-f | Prints the full path prefix for each file. (디렉토리 경로 표시) | |
-i | Makes tree not print the indentation lines, useful when used in conjunction with the -f option. | |
-I | pattern | Do not list those files that match the wild-card pattern. |
-L | level | |
-p | pattern | List only those files that match the wild-card pattern. (파일 권한 표시) |
■ 사용법(예)
tree [옵션]
▷ 2 depth 만 표시
tree -L 2
▷ 2 depth, 파일 권한 표시
tree -L 2 -p
▷ 2 depth 와 directory만 표시
tree -L 2 -d
▷ 2 depth 와 directory only, no indention(들여쓰기제외), full path
tree -L 2 -d -fi
▷ 2 depth, 특정 directory 제외
tree -L 2 -d -I "wordpress"
[Linux]리눅스 파이프(pipe) 명령어 (0) | 2019.01.18 |
---|---|
[Ubuntu]gcc, g++ 다른 버전 추가 및 패키지 관리 (0) | 2018.12.18 |
[리눅스]원격으로 GUI 사용하기 - X11 Forwarding (0) | 2018.11.26 |
[Ubuntu]runlevel 제어 (0) | 2018.11.15 |
[Ubuntu]NVMe M.2 ssd 사용하기 (1) | 2018.11.13 |
댓글 영역