맥 상에서 tree 구조를 터미널에 띄우고 싶으면 다음과 같이 하면 됨.
$ brew install tree $ tree --help
$ tree -L 2 // 폴더 level를 2depth까지만 설정 $ tree -L 2 -f