How to use the tree package | Ubuntu
tree – Unix command line tool to visualize directories in terminal.
Linux distribution: Ubuntu 20.04
— install
sudo apt install tree
or
sudo apt-get install tree
— usage
tree some_directory
— Contents of this video ——————
00:00 – Intro
00:09 – Install tree
00:22 – Make example directories
01:23 – tree usage
ubuntu 20.04