Difference between revisions of "Command:Cat"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
<small>Not to be confused with Dog</small>
 
== Syntax ==
 
== Syntax ==
 +
Cat <file>
 +
{{CMD-DR|Cat|Intermediate|Intermediate|Intermediate|Beginner}}
  
 
== Description ==
 
== Description ==
 +
Dumps the contents of <file> to the console.
  
 
== Examples ==
 
== Examples ==
 +
Cat Scripts/DefaultStartup.iss
  
 
== See Also ==
 
== See Also ==
 +
*[[Command:Tail|Tail]]
 +
*[[Command:Head|Head]]
 
*[[LavishScript:Commands|Commands]]
 
*[[LavishScript:Commands|Commands]]
  
 
{{Command-Stub}}
 
{{Command-Stub}}
 +
[[Category:LavishScript]]
 +
[[Category:LavishScript Commands]]

Latest revision as of 11:55, 26 October 2006

Not to be confused with Dog

Syntax

Cat <file>

Command Difficulty Rating
Cat
Usage Intermediate
Level of Understanding Intermediate
Computer Savvy Intermediate
Logic Beginner

Description

Dumps the contents of <file> to the console.

Examples

Cat Scripts/DefaultStartup.iss

See Also