Linux
-
AWS EC2 에 tree 설치하기IT/SpringBoot&AWS 2022. 5. 15. 14:55
What is a Tree? - tree 명령어는 디렉토리 내 파일을 트리 형식으로 보여주는 명령어이다. - ls 명령어도 디렉토리 내 파일을 보여주지만, tree 명령어는 구조화된 리스트로 시각화하여 보여주기 때문에 유용하다. How to install tree on linux? 1. 확인 [ec2-user@ip-xxx-xx-xx-xx ~]$ tree -bash: tree: command not found 2. 설치 [ec2-user@ip-xxx-xx-xx-xx ~]$ sudo yum install tree Loaded plugins: extras_suggestions, langpacks, priorities, update-motd amzn2-core | 3.7 kB 00:00:00 amzn2extra..