Query: inotail
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
INOTAIL(1) Inotify enhanced tail INOTAIL(1)NAMEinotail - A fast and lightweight version of tail using inotifySYNOPSISinotail [OPTION]... [FILE]...DESCRIPTIONinotail is a replacement for the 'tail' program found in the base installation of every Linux/UNIX system. It makes use of the inotify in- frastructure in recent versions of the Linux kernel to speed up tailing files in the follow mode (the '-f' option). Standard tail polls the file every second by default while inotail listens to special events sent by the kernel through the inotify API to determine whether a file needs to be reread. Note: inotail will not work on systems running a kernel without inotify. To enable inotify, please set CONFIG_INOTIFY=y in your Linux kernel configuration and recompile it. Currently inotail is not fully compatible to neither POSIX or GNU tail but might be in the future.OPTIONS-c N, --bytes=N output the last N bytes. If the first character of N is a '+', begin printing with the Nth character from the start of each file. -f, --follow keep the file(s) open and print appended data as the file grows -n N, --lines=N output the last N lines (default: 10) If the first character of N is a '+', begin printing with the Nth line from the start of each file. -v, --verbose print headers with file names -h, --help show help and exit -V, --version show inotail version and exitAUTHORWritten by Tobias Klauser <tklauser@distanz.ch>SEE ALSOtail(1), inotify(7) 2006-08-13 INOTAIL(1)
Related Man Pages |
---|
inotify_rm_watch(2) - linux |
inotify_rm_watch(2) - x11r4 |
inotify_rm_watch(2) - xfree86 |
inotify_rm_watch(2) - posix |
inotify_rm_watch(2) - plan9 |
Similar Topics in the Unix Linux Community |
---|
Getting a line of a file by number |
tail -f for multiple files |
tail for 15 mins |
Count lines and words of a stream output with tail |
Better way to do tailing with awk |