List of DOS commands: Difference between revisions

Content deleted Content added
m documention fix
TYPE: fix syntaxhighlight error
Line 709:
{{Main|TYPE (DOS command)}}
 
Displays a file. The <code>[[#MORE|more]]</code> command is frequently used in conjunction with this command, e.g. <code>type ''long-text-file'' | more</code>. TYPE can be used to concatenate files ({{code|type file1 file2 > file3|dosdosbatch}}); however this won't work for large files{{dubious|date=November 2014}}{{citation needed|date=November 2014}}—use copy command instead.
 
The command is available in MS-DOS versions 1 and later.<ref name="RUNNINGMSDOS" />