tail for Windows 2.1

Display last lines of a file and trace/monitor file's change
5 
Rating
Your vote:
Latest version:
2.3 See all
Developer:
Screenshots
1 / 1
Download

tail for Windows is a UNIX/Linux like tail DOS Command for Windows. It can be used to display last lines of a file and trace/monitor file's change. You can also intercept a file from specified line no. into another file by using the redirection symbol (> or >>). It supports most options compare with UNIX/Linux tail command, so for UNIX/Linux skills, there is no more words to say. And it contains the Manual, just read it to know about all supported options after installed it. It is very easy to use, for the average Windows PC users, we give the following guides: * Just click its shortcut to open the DOS command window. * Now, you can use tail command. * Common usage: tail -f filename traces/monitors file's change. tail -n filename displays the last n lines of the file. tail +n filename displays the file tail beginning with nth line. All above commands can generate a new file by using the redirection symbol (> or >>). > override mode, >> appending mode. E.g. tail -96 "f:\new product\test.log" > h:\test.tail.96.log will intercept the last 96 lines from "f:\new product\test.log" into h:\test.tail.96.log (new file). At last, if the file name has space, please quote it, like "filename", in fact, we recommend you quote file name always.

Comments

5
Rating
1 vote
5 stars
1
4 stars
0
3 stars
0
2 stars
0
1 stars
0
User

Your vote:

Related software

Windows Grep
Windows Grep
rating

Tool for searching files for text strings that you specify.

Command Log Book
Command Log Book
rating

Command Log Book assists pilots to maintain accurate aircraft records.

Send Email From Command Line
Send Email From Command Line
rating

You can attach files to email, use HTML e-mail messages.

Windows Command Line Ftp
Windows Command Line Ftp
Free
rating

It can upload or download files, create and delete directories and rename files.

Delete lines
Delete lines
Free
rating

Delete/Filter lines from big text files (for example log files).

Tags

Trace change log Display file lines Win32 command File monitor Dos command