Package Info

fstail


Scan a directory for changed files and tail them


Unspecified

fstail - scan a directory for changed files and tail them

When you need to see the output from all changed files within a directory. Why doesn't tail -f /var/logs/* work?

Unfortunately, tail -f /logs/* may not do what you want it to do. Bash will expand * to all existing files within /logs/ and then show the extra lines added to each of them.

It also will not recurse down, any levels deeper than the current directory. How is fstail different then?

fstail uses the gopkg.in/fsnotify to detect both new files, and existing files that are changed. It then starts concatenting their contents to the terminal.


License: MIT
URL: https://github.com/alexellis/fstail

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
0.1.0-bp160.1.13 info GA Release 2024-09-26 16.0
  • x86-64
  • fstail