powershell에서 디렉토리 트리보기

CLI로 트리구조 보기

ASCII 문자를 이용하여 트리 구조를 보여줌

tree /f /a 폴더이름

트리 구조에 파일도 포함하여 출력

tree /f 폴더이름

폴더만 트리 구조로 출력

tree 폴더이름