Looking at the logs under Linux, using Tail, grep, find and other commands is also more convenient, later need to deal with some problems in Windows, found that the lack of similar features, such as TAILF real-time output, so on the internet collected a number of related gadgets, hoping to help everyone.
These tools are divided into two categories, one that mimics the behavior of Linux on Windows, and uses similar commands to solve them, such as:
- Tail for windows:http://www.trisunsoft.com/tail-for-windows.htm
- Tail for win32:https://sourceforge.net/projects/tailforwin32/
- mingw:http://www.mingw.org/
- cygwin:https://www.cygwin.com/
- Git comes with a tail:https://git-scm.com/
Another is the Windows GUI-style tool, such as:
- Hoo wintail:http://www.hootech.com/wintail/
- baretail:http://www.baremetalsoft.com/baretail/index.php
- Tail4win:http://www.withdata.com/tail4win/index.html
- Logviewer pro:http://www.uvviewsoft.com/logviewer/
- Java Log viewer:https://sourceforge.net/projects/jlogviewer/
- Otroslogviewer:https://github.com/otros-systems/otroslogviewer
- logexpert:http://www.log-expert.de/
transferred from : https://www.cnblogs.com/jiangxinnju/p/5456915.html
Share Windows log viewing tool sharing