Tree (Unix)

From Infogalactic: the planetary knowledge core
(Redirected from Tree (command))
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found. In Unix and Unix-like systems, tree is a recursive directory listing program that produces a depth-indented listing of files.

With no arguments, tree lists the files in the current directory. When directory arguments are given, tree lists all the files or directories found in the given directories each in turn. Upon completion of listing all files and directories found, tree returns the total number of files and directories listed.

See also

External links

<templatestyles src="Asbox/styles.css"></templatestyles>