Paketname | inotail |
Beschreibung | tail replacement using inotify |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.5-2 |
Sektion | utils |
Priorität | optional |
Installierte Größe | 68 Byte |
Hängt ab von | libc6 (>= 2.0) |
Empfohlene Pakete | |
Paketbetreuer | Tobias Klauser |
Quelle | |
Paketgröße | 9850 Byte |
Prüfsumme MD5 | ad9c7ba2597e2512aa55427777843861 |
Prüfsumme SHA1 | f071cefe1ee293e8f0769fc341fbd810885b8a45 |
Prüfsumme SHA256 | 5a6ca271a3e3be0010e2906c0259e296581a91761f0bbdc6bddfa4f21e39e230 |
Link zum Herunterladen | inotail_0.5-2_i386.deb |
Ausführliche Beschreibung | inotail is a replacement for the 'tail' program which is used to output the
last portions of a file. It makes use of the inotify infrastructure in recent
versions of the Linux kernel to speed up tailing files in the follow
mode (the '-f' option). Ancient versions of tail poll the file every second by
default while inotail (and tail from the GNU coreutils as of version 7.5)
listens to special events sent by the kernel through the inotify API to
determine whether a file needs to be reread.
|