Skip to content
forked from dinuschen/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.

License

Notifications You must be signed in to change notification settings

cschug/fetchlog

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 43.2%
  • C 37.0%
  • Roff 14.9%
  • Makefile 4.9%