Home > Tailog

Tailog

Tailog is a project mainly written in Java, based on the BSD-2-Clause license.

A simple implementation of the UNIX tail command using Java.

A simple implementation of the UNIX tail command in Java.

Usage: java -jar tailog.jar [-n number] file

-n number : output the last 'number' of lines from file

Example: java -jar tailog.jar -n 10 somefile.txt

Previous:testing_git