- Information
- Introduction
- What is Shareware?
- Shareware and Registration
- Buy WinOne® Online
- Downloading WinOne®
- Licence Agreement
- Package Contents
- Windows 2000\XP\Vista\7\8 and 10
- WinOne® and 64-bit Windows
- Unicode and ANSI Text
- Main Features
- Screenshots
- New Features in this Version
- On-line Help
- Contacting the Author
- Glossary
- Command Prompt
- Batch Files
- Other Features
- Digital Signature and Virus Protection
- User Account Control
- Startup Batch File
- Command Line Parameters
- Multiple Instances
- Multiple User
- Program Manger Replacement
- Context Menu Additions
- File Drag and Drop
- System Menu Additions
- External Command SDK
- Command Reference
Command TAIL
(External)Function:
Display the last few lines of a text file.
Syntax:
TAIL [drive:][path]filename [num] [/F] [/V]
filename Specifies the file to tail. num Specifies the num of line to display. /F Force continuous tailing of a file that is growing. /V Show version information.
Note:
When parameter num is not specified, the last 10 line of the text file are displayed.
