Mac에서 디렉토리 Tree 구조로 보기

김효진·2021년 1월 21일
0
brew install tree
cd ~
vi .bash_profile
alias tree="find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'"
source .bash_profile
tree
profile
맨땅에 헤딩 🐣

0개의 댓글