Epitaph Help
Categories
Concepts Creator Commands Creator Tutorials Games Innate Commands Known Commands Lord Npc Objects Playtesters Rooms Rules
Tail
Description
Tail will print the last few lines of a file. It is useful for checking log files, or just checking files where you know the bit you want to look at is on the end of the file. The files are specified either relative to your current path, or absolute from the root dir and will be expanded.
If you use 'tail <num>', tail will display the last <num> lines of <files>.
Example
> tail /*debug.log > tail /log/ENTER /log/BUG /log/C* > tail ENTER > tail 50 /log/THEFT
Syntax Forms
ta_il <number> <string>ta_il <string>