Difference between revisions of "Command:Tail"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== Syntax ==
 
== Syntax ==
 +
Tail <file>
 
{{CMD-DR|Tail|Intermediate|Intermediate|Intermediate|Beginner}}
 
{{CMD-DR|Tail|Intermediate|Intermediate|Intermediate|Beginner}}
  
 
== Description ==
 
== Description ==
 +
Dumps the last 10 lines of <file> to the console.
  
 
== Examples ==
 
== Examples ==
 +
Tail Scripts/myscript.log
  
 
== See Also ==
 
== See Also ==
 +
*[[Command:Head|Head]]
 +
*[[Command:Cat|Cat]]
 
*[[LavishScript:Commands|Commands]]
 
*[[LavishScript:Commands|Commands]]
  

Latest revision as of 11:56, 26 October 2006

Syntax

Tail <file>

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

Description

Dumps the last 10 lines of <file> to the console.

Examples

Tail Scripts/myscript.log

See Also