Content deleted Content added
m Nama Tags: Reverted Visual edit Mobile edit Mobile web edit Advanced mobile edit |
m Reverted 1 edit by Wilantara1996 (talk) to last revision by Someone who's wrong on the internet |
||
Line 2:
{{lowercase title}}
{{Infobox software
| name
| logo =
| screenshot = ReactOS-0.4.13 tree command 667x434.png
| screenshot size =
| caption = The [[ReactOS]] <code>tree</code> command
| developer = Steve Baker, [[Digital Research|DR]], [[Microsoft]], [[IBM]], [[Itautec]], [[Datalight]], [[Toshiba]], Dave Dunfield, Asif Bahrainwala
| released =
| latest release version =
| latest release date
| programming language = [[Unix-like]], [[FreeDOS]], [[ReactOS]]: [[C (programming language)|C]]
| operating system = [[Unix]], [[Unix-like]], [[MS-DOS]], [[IBM PC DOS|PC DOS]], [[FlexOS]], [[SISNE plus]], [[ROM-DOS]], [[4690 Operating System|4690 OS]], [[PTS-DOS]], [[OS/2]], [[eComStation]], [[ArcaOS]], [[Microsoft Windows|Windows]], [[DR DOS]], [[FreeDOS]], [[ReactOS]]
| platform = [[Cross-platform]]
| genre = [[Command (computing)|Command]]
| license = Unix, Unix-like, FreeDOS, ReactOS: [[GPLv2]]
| website =
}}
In [[computing]], '''<code>tree</code>''' is a recursive [[directory (computing)|directory]] listing [[command (computing)|command]] or [[Computer program|program]] that produces a depth-indented listing of files. Originating in PC- and MS-[[DOS]], it is found in [[Digital Research]] [[FlexOS]],<ref>{{cite book|url=http://www.bitsavers.org/pdf/digitalResearch/flexos/1073-2003_FlexOS_Users_Guide_V1.3_Nov86.pdf|title=FlexOS User's Guide|edition=Version 1.3|date=November 1986|publisher=[[Digital Research]]|id=1073-2003-001}}</ref> [[IBM]]/[[Toshiba]] [[4690 Operating System|4690 OS]],<ref>https://archive.org/details/4690OSV6r2UsersGuide/page/n169 {{Dead link|date=March 2020}}</ref> [[PTS-DOS]],<ref>
Line 26:
With no arguments, <code>tree</code> lists the files in the [[working directory|current directory]]. When directory arguments are given, <code>tree</code> lists all the files or directories found in the given directories each in turn. Upon completion of listing all files and directories found, <code>tree</code> returns the total number of files and directories listed. There are options to change the characters used in the output, and to use color output.<ref>{{man|1|tree|die.net}}</ref>
The command is available in [[MS-DOS]] versions 3.2 and later and [[IBM PC DOS]] releases 2 and later.<ref name="RUNNINGMSDOS">{{Cite book|author-last=Wolverton|author-first=Van|title=Running MS-DOS Version 6.22 (20th Anniversary Edition), 6th Revised edition|date=2003|publisher=[[Microsoft Press]]|isbn=0-7356-1812-7}}</ref> [[Digital Research]] [[DR DOS 6.0]],<ref name="drdos6userguide">[https://www.4corn.co.uk/archive/docs/DR%20DOS%206.0%20User%20Guide-opt.pdf DR DOS 6.0 User Guide Optimisation and Configuration Tips]</ref> [[Itautec]] [[SISNE plus]],<ref name="SISNE_plus">{{cite web
The ''Tree Command for Linux'' was developed by Steve Baker.<ref>{{cite web |url=http://mama.indstate.edu/users/ice/tree/ |title=The Tree Command for Linux Homepage |author=Steve Baker |website=Center for Biological Computing, [[Indiana State University]] Department of Life Sciences}}</ref> The [[FreeDOS]] version was developed by Dave Dunfield<ref>{{cite web|url=http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.2/repos/pkg-html/tree.html|title= FreeDOS Package -- Tree (FreeDOS Base)|work=FreeDOS on ibiblio.org}}</ref> and the [[ReactOS]] version was developed by Asif Bahrainwala.<ref>{{GitHub|https://github.com/reactos/reactos/blob/master/base/applications/cmdutils/tree/tree.c}}</ref> All three implementations are licensed under the [[GNU General Public License]].
|