module
0.0.0-20241008200808-0db1f74ebb36
Repository: https://github.com/chrisxaustin/unix-helpers.git
Documentation: pkg.go.dev
# README
unix-tools
A collection of unix command-line utilities.
tf
Functions similarly to tail -F
, but with an idle callback.
- allows tailing multiple files
- continues to follow files after they are rotated
- continues to follow files if they are deleted and recreated
- prints a line of dashes after 5s of no activity, which helps when watching for new content
# Packages
No description provided by the author