GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
multitail(1) FreeBSD General Commands Manual multitail(1)

multitail - watch output sent to a file

multitail [ -E ] [ -e ] filename

multitail opens the named file for reading, and outputs data appended to the file as it grows. If a new file is put in place of the original filename, the original file is closed and the file is reopened.

-E
Seek to the end of file before producing any output from the original file. This is the default.
-e
Do not seek to the end of file before producing any output. This will cause the entire file to be output.

multilog, tail(1)

This program is useful for watching output written to the current log file produced by multitail.

multitail is very similar to GNU tail. An equivalent command would be:

tail -n -0 --follow=name FILENAME

multitail can't count lines or bytes from the beginning or end of the file. If you need these features, download and install GNU textutils.

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.