Simple implementation of GNU tail and head
Python tail is a simple implementation of GNU tail and head. It provides 3 main functions that can be performed on any file-like object that supports seek() and tell(). - tail: read lines from the end of a file - head: read lines from the top of a file - follow: read lines as a file grows
$
pkg install py311-tailerOrigin
devel/py-tailer
Size
39.0KiB
License
MIT
Maintainer
sunpoet@FreeBSD.org
Dependencies
1 packages
Required by
0 packages