Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows XP | Windows 2000 | Windows 2003 | Windows 2008 | Windows Vista | Windows 2012 SHA1 Hash: 99c8ab2eda83d793c9ba822164f2693b4e645660 Size: 34.49 KB File Format: zip
Rating: 2.52173913
out of 5
based on 23 user ratings
Publisher Website: External Link Downloads: 581 License: Free
Tail is a free software by TriSun Software Inc and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows XP, Windows 2000, Windows 2003, Windows 2008, Windows Vista, Windows 2012.
You can download Tail which is 34.49 KB in size and belongs to the software category System Miscellaneous. Tail was released on 2016-11-02 and last updated on our database on 2017-04-16 and is currently at version 2.1.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
Tail Description
Tail is a free-to-use command-line utility capable of showing the last lines of a file as well as to monitor a file for modifications (such as a log). It can also capture a file from any specified number, in order to dump it into another file.
It supports most commands compatible with UNIX/Linux systems. The downloaded package include the CLIs executable file, along with a help manual for less experienced users.
The usage syntax is: tail [-f] [-c|-b|-k|-l|-m|-n [+/-]num] [file] and tail +[num]c|b|k|l|m|n[f] [file] and tail -[num]c|b|k|l|m|n[f] [file]
Calling the apps process without any commands will show the most recent 10 lines of the indicated file. Except for "-f", designed to monitor file changes, all options are mutually exclusive.
For example, "-b [+/-]num> and +/-[num]b" displays the file in question starting with the location defined by "num". Adding the "-" sign to "num" instructs the tool to reveal the last num blocks of the file. Otherwise, if "-" is replaced with "+" , the program shows the file starting with the specified block (one block is 512 bytes).
Furthermore, "-c [+/-]num" and "+/-[num]c" are similar to the "b" option, and the only difference is that "num" is represented in bytes instead of clocks.
The remaining options along with examples and possible exit status values are available in the product manual.