fstail

Scan a directory for changed files and tail them

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.

There is no official package available for openSUSE Leap 16.0

Dystrybucje

openSUSE Tumbleweed

openSUSE Leap 16.0

openSUSE Leap 15.6

SLFO 1.2

openSUSE Backports for SLE 15 SP4