logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

xtail - Watch the growth of files.

Author

       Chip Rosenthal <chip@unicom.com>

                                                                                                        XTAIL(1)

Description

Xtail  monitors  one or more files, and displays all data written to a file since command invocation.  It
       is very useful for monitoring multiple logfiles simultaneously.

       If an entry given on the command line is a directory, all files in  that  directory  will  be  monitored,
       including those created after the xtail invocation.  If an entry given on the command line doesn't exist,
       xtail  will  watch  for  it  and  monitor it once created.  When switching files in the display, a banner
       showing the pathname of the file is printed.

       An interrupt character (usually CTRL/C or DEL) will display a list of the most  recently  modified  files
       being watched.  Send a quit signal (usually CTRL/backslash) to stop xtail.

Name

       xtail - Watch the growth of files.

Notes

Xtail  may  be easily confused.  For example, if you ask it to monitor a file multiple times, it probably
       will.  If you misspell a filename, xtail will treat it as a nonexistent entry and happily  wait  for  its
       creation.

       My favorite use is "xtail /usr/spool/uucp/.Log/*".

See Also

tail(1)

Syntax

xtail entry ...

See Also