Answers for "how to see file tree in linux"

0

how to see file tree in linux

RHEL / CentOS / Fedora Linux using yum command:
		# yum install tree
        ## CentOS/RHEL 8.x and Fedora user try the dnf command ##
        # dnf install tree
        
Debian / Mint / Ubuntu Linux,

		$ sudo apt-get install tree

Apple OS X/macOS	

		brew install tree

and activate it using the following commands

      tree
      tree /path/to/directory
      tree [options]
      tree [options] /path/to/directory
Posted by: Guest on September-22-2021

Code answers related to "how to see file tree in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language