Windows lower tail 123: tail, BareTail, WinTail

Windows lower tail 123: tail, BareTail, WinTail
View the lost log file under Windows, use UE or Edit plus to know that the file has changed, but the cursor will return to the file header, which is very inconvenient, not to mention using Notepad.
How can I view logs as easily as using tail in Linux under Windows?
1、Windows Server 2003 Resource Kit Tools
But this downloaded file requires Windows XP system and the like, I use Win2K, halo, of course there is a way to bypass it.
Or download the file first, and use WinRAR to unpack it into three files: rktools.msi, rktools_p.cab and rktools_s.cab
The rktools.msi installation package is the installation file for all toolsets. You can directly unzip and open it with 7-Zip to see the files inside, for example, unzip it to the C:/DOS directory.
The rktools_p.cab and rktools_s.cab files contain a help file for rktools.chm, which can also be opened with 7-Zip, and can also be opened with WinRAR or WinCAB
use:
C:/DOS>tail/? The immutable method, /? to view the usage help
usage: TAIL [switches] [filename]*
   switches: [-?] display this message
             [-n] display last n lines of each file (default 10)
             [-f filename] keep checking filename for new lines
Example:
tail xxx.log to view the file, the last 10 lines are displayed by default
tail -100 xxx.log shows the last 100 lines
tail -f xxx.log keeps looking at the file changes.
 
Kit Tools also contains a lot of useful tools, the others will not be introduced, you can dig by yourself :)
 
2、BareTail : A free real-time log file monitoring tool,有Free Version
There is also a professional version of BareTailPro, for a fee: http://www.baremetalsoft.com/baretailpro/index.php  
 
3、WinTail : Hoo的商业WinTail软件,Hoo WinTail is a real-time log monitor and viewer for Windows like the UNIX tail -f utility.
 
It is recommended to use BareTail or tail.exe of Windows, which can basically meet our daily needs.
Attached is the tail.exe download of Windows Server 2003 Resource Kit Tools, so as not to download, install or decompress it.
Download: tail.exe

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326646116&siteId=291194637