Difference between revisions of "Command:Cat"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 5: Line 5:
  
 
== 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]]
  

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