http://www.dongwun.com/tc/3
http://webnautes.tistory.com/483
http://manpages.ubuntu.com/manpages/hardy/man1/tree.1.html
윈도우: tree /F > result.txt
리눅스: tree /[디렉토리명]
디렉토리만 볼 때
$ tree -d ./dev
디렉토리와 파일
$ tree -a ./dev
디렉토리와 파일 (디렉토리명 뒤에 / 붙일때)
$ tree -aF ./dev
$ tree -aF ./v0.6