"리눅스 tree"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
5번째 줄: 5번째 줄:
*디렉토리 목록을 트리구조로 보기
*디렉토리 목록을 트리구조로 보기


<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# tree
[root@zetawiki ~]# tree
.
.
13번째 줄: 13번째 줄:


0 directories, 3 files
0 directories, 3 files
</source>
</syntaxhighlight>


==하위 디렉토리 목록 보기==
==하위 디렉토리 목록 보기==
{{참고|하위 디렉토리 목록 보기}}
{{참고|하위 디렉토리 목록 보기}}
;명령어
;명령어
<source lang='bash'>
<syntaxhighlight lang='bash'>
tree -d
tree -d
</source>
</syntaxhighlight>


;실행예시
;실행예시
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki docs]# tree -d
[root@zetawiki docs]# tree -d
.
.
37번째 줄: 37번째 줄:


9 directories
9 directories
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2021년 7월 17일 (토) 17:45 기준 최신판

  다른 뜻에 대해서는 트리 문서를 참조하십시오.

1 개요[ | ]

리눅스 tree
/usr/bin/tree
  • 디렉토리 목록을 트리구조로 보기
[root@zetawiki ~]# tree
.
|-- anaconda-ks.cfg
|-- install.log
`-- install.log.syslog

0 directories, 3 files

2 하위 디렉토리 목록 보기[ | ]

명령어
tree -d
실행예시
[root@zetawiki docs]# tree -d
.
├── code-coverage
├── databases
├── html
├── kss
│   ├── scripts
│   └── styleguide-template
│       └── public
├── php-memcached
└── uidesign

9 directories

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}