tree

Show the contents of the current directory as a tree. More information: <http://mama.indstate.edu/users/ice/tree/>.

Debian Debian
RUN apt-get update && \ apt-get install -y tree
Ubuntu
RUN apt-get update && \ apt-get install -y tree
Alpine
RUN apk add tree
Arch Arch Linux
RUN pacman -S --noconfirm tree
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y tree
CentOS
RUN yum install -y tree
Fedora
RUN dnf install -y tree
Raspbian
RUN apt-get update && \ apt-get install -y tree
click the source code to copy install tree on any operating system with command-not-found.com