Tail4win - Windows Tail »

Download Tail4win Free Trial »     Buy Tail4win Now »

Tain4win command line

Use tail command, like "tail -f filename".

Windows Tail - tail command line

parameters:

	-n, output the last N lines, instead of the last 10. Example: tail -100 abc.log .

	-f, output appended data as the file grows.

	-s, with -f, sleep for approximately S seconds (default 1.0) between iterations. Example: tail -f -s 5 abc.log .