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

잔글 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))
잔글 (로봇: 자동으로 텍스트 교체 (-[root@jmnote +[root@zetawiki))
5번째 줄: 5번째 줄:


<source lang='cli'>
<source lang='cli'>
[root@jmnote ~]# tree
[root@zetawiki ~]# tree
.
.
|-- anaconda-ks.cfg
|-- anaconda-ks.cfg
23번째 줄: 23번째 줄:
;실행예시
;실행예시
<source lang='cli'>
<source lang='cli'>
[root@jmnote docs]# tree -d
[root@zetawiki docs]# tree -d
.
.
├── code-coverage
├── code-coverage

2015년 2월 12일 (목) 02:16 판

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 같이 보기

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