본문 바로가기
Ubuntu

[Ubuntu] Tree 명령어 사용법

by yongee97 2023. 8. 16.
  1. 설치
sudo apt install tree

https://codedragon.tistory.com/8892

 

Ubuntu - Command ; not found, but can be installed with: - tree command 설치하기

tree command 설치하기 설치가 되어 있지 않은 경우 아래와 같은 메시지가 오픈됩니다. osboxes@osboxes:~$ sudo apt-get update Hit:1 http://ppa.launchpad.net/ethereum/ethereum/ubuntu cosmic InRelease Hit:2 http://us.archive.ubuntu.co

codedragon.tistory.com

  1. 옵션

-f : 전체 경로 표시
-d : 디렉토리만 표시
-L : 표시할 깊이 지정

 

References


https://codedragon.tistory.com/8892

 

Ubuntu - Command ; not found, but can be installed with: - tree command 설치하기

tree command 설치하기 설치가 되어 있지 않은 경우 아래와 같은 메시지가 오픈됩니다. osboxes@osboxes:~$ sudo apt-get update Hit:1 http://ppa.launchpad.net/ethereum/ethereum/ubuntu cosmic InRelease Hit:2 http://us.archive.ubuntu.co

codedragon.tistory.com

https://umanking.github.io/2021/07/28/linux-tree-folder-structure/

 

리눅스 Tree 명령어로 폴더 구조 보기

리눅스 tree명령어를 통해서 폴더구조 보기

umanking.github.io

https://server-talk.tistory.com/391

 

Linux 명령어 - tree 명령어 사용법 알아보기

Linux 명령어 - tree 명령어 사용법 알아보기 이번 포스팅에서는 tree 명령어에 대해서 알아보도록 하겠습니다. Linux tree 명령어란? tree 명령어는 windows 탐색기와 같이 트리 형태로 볼수 있습니다 리

server-talk.tistory.com