tail.py is a *nix, tail, clone. It is used for output the last lines or characters of a file.
python tail.py OPTION INTEGER FILENAME
python tail.py -n 5 bin/test1.txt # ouput last 5 lines of file
python tail.py -c 10 bin/test2.txt # output last 10 bytes of file
python tail.py bin/test1.txt # ouput last 10 lines of file
Fork, submit pull request, profit!
Wanna chat? ##jesseh on Freenode