Difference between revisions of "Command:Tail"
Jump to navigation
Jump to search
(One intermediate revision by one other user not shown) | |||
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]] | ||
{{Command-Stub}} | {{Command-Stub}} | ||
+ | [[Category:LavishScript]] | ||
+ | [[Category:LavishScript Commands]] |
Latest revision as of 11:56, 26 October 2006
Contents
Syntax
Tail <file>
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