Skip to content

jessefromearth/tail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tail.py

tail.py is a *nix, tail, clone. It is used for output the last lines or characters of a file.

How to use

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

Contributing

Fork, submit pull request, profit!

IRC

Wanna chat? ##jesseh on Freenode

About

A *nix tail clone written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors