Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 560 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 560 Bytes

tests

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