Tree

From COPTR
Revision as of 12:38, 21 April 2021 by Prwheatley (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search





Tree displays the directory structure of a path or of the disk in a drive graphically.
Homepage:http://technet.microsoft.com/en-us/library/cc771130(WS.10).aspx
Function:File Management,Metadata Processing,Appraisal
Appears in COW:Ingest and AIP creation
Error in widget Ohloh Project: unable to write file /var/www/html/extensions/Widgets/compiled_templates/wrt6621a04b1c3422_21292912


Description

“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 and/or directories found in the given directories each in turn. Upon completion of listing all files/directories found, tree returns the total number of files and/or directories listed.” [1]

The tree command on Linux offers numerous output options. One option lists directories and subdirectories. By default, the command traverses the entire directory structure, but an option limits the levels to higher-level directories.. Another options lists the directories and subdirectories with the files they contain. Other options also include the file size, last modified date, and full path. By default, the output uses graphic characters and spacing to clearly represent the hierarchy; but other options can format the output as a flat file more easily imported to other programs.

The Linux tree command has been ported Mac OS X and is available from Homebrew (https://formulae.brew.sh/formula/tree#default).

The tree command native to Windows is fairly limited, with limited options to display just the directory structure or the directory structure and file names. The Linux version of treehas been ported to Windows (http://gnuwin32.sourceforge.net/packages/tree.htm).

tree is run from a command prompt. Stdout can be redirected to other programs or to a file.

User Experiences

Running the tree command can give an archivist a high-level overview of how files are organized on a disk or file system. It could also be used to generate quick inventories of disks on receipt as part of an accession record.

Development Activity