Tag: directories tree-like Linux

  • How to list contents of directories in a tree-like format in Linux

    by

    in

    Tree is a recursive directory listing program that produces a depth indented listing of files, which is colorized ala dircolors if the LS_COLORS environment variable is set and output is to tty. With no arguments, tree lists the files in the current directory. When directory arguments are given, tree lists all the files and/or directories…