cschug / fetchlog

The fetchlog utility displays the last new messages of a logfile. It is similar like tail but offers some extra functionality for output formatting. To show only the new messages appeared since the last call fetchlog uses a bookmark to remember which messages have been fetched.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fetchlog

The fetchlog utility displays the last new messages of a logfile. It is similar like tail but offers some extra functionality for output formatting. To show only the new messages appeared since the last call fetchlog uses a bookmark to remember which messages have been fetched. The project is originated from a linux tool - fetchlog(http://linux.die.net/man/1/fetchlog).

Usage

./fetchlog -F 1:999:256000000:o /home/rtmonitor/biz.log /home/rtmonitor/bmfile

see README

About

The fetchlog utility displays the last new messages of a logfile. It is similar like tail but offers some extra functionality for output formatting. To show only the new messages appeared since the last call fetchlog uses a bookmark to remember which messages have been fetched.

License:GNU General Public License v2.0


Languages

Language:Shell 43.3%Language:C 37.0%Language:Roff 14.9%Language:Makefile 4.9%