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

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(사용자 2명의 중간 판 10개는 보이지 않습니다)
1번째 줄: 1번째 줄:
{{다른뜻|트리}}
==개요==
==개요==
;리눅스 tree
;리눅스 tree
4번째 줄: 5번째 줄:
*디렉토리 목록을 트리구조로 보기
*디렉토리 목록을 트리구조로 보기


<source lang='dos'>
<syntaxhighlight lang='console'>
[root@jmnote ~]# tree
[root@zetawiki ~]# tree
.
.
|-- anaconda-ks.cfg
|-- anaconda-ks.cfg
12번째 줄: 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='dos'>
<syntaxhighlight lang='console'>
[root@jmnote docs]# tree -d
[root@zetawiki docs]# tree -d
.
.
├── code-coverage
├── code-coverage
35번째 줄: 37번째 줄:


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


==같이 보기==
==같이 보기==
*[[리눅스 tree 설치]]
{{z컬럼3|
*[[윈도우 tree]]
* [[트리]]
*[[트리]]
* [[리눅스 ls]]
* [[리눅스 find]]
* [[리눅스 pstree]]
* [[리눅스 하위디렉토리 목록 보기]]
* [[우분투 tree 설치]]
* [[CentOS tree 설치]]
* [[윈도우 tree]]
}}
 
==참고==
* {{영어위키백과|tree (command)}}


[[분류: /usr/bin]]
[[분류: /usr/bin]]

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 }}