Linux | tree command

DoItDev·2021년 9월 17일
0
post-thumbnail

tree 커맨드를 사용하는 이유중 하나는 마크다운에서 사용하기 위함이다.
일단 homebrew 설치를 한 후 터미널에 tree 가 나오면 복붙하면 된다.

Homebrew 설치

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Tree command 설치

brew install tree
스크린샷 2021-09-17 오후 9 03 52

경로 안에서 폴더 tree 구조 보는 방법

tree -d [경로] -L 2(댑스)
스크린샷 2021-09-17 오후 9 05 55
profile
Back-End Engineer

0개의 댓글