Query: mtail
OS: debian
Section: 1
Links: debian man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MTAIL(1) User Commands MTAIL(1)NAMEmtail - tail variant designed for web developers monitoring logfilesSYNOPSISmtail [options] <file>...DESCRIPTIONMonkeyTail allows a user to tail multiple files on both local and remote hosts and clearly marks inactivity by putting 5 newlines in the output whenever a pause in output over 3 seconds is detected. MonkeyTail is implemented a fairly simple wrapper script around standard tail, ssh, and sudo.OPTIONS-q Quiet mode --quiet " " -n Output the last N lines of each file before tailing (defaults to 0) <file>... Files to tail. These can specified in the following ways: @<groupname> - expands the group (from .mtailrc) to a list of files to tail <filename> - tails a local file. +<filename> - attempts to sudo and tail a local file (will prompt for pwd if required). <remotehost>:<filename> - attempts to invoke tail via ssh on a remote host. +<remotehost>:<filename> - attempts to invoke sudo tail via ssh on a remote host (will prompt for pwd if required).SEE ALSOmtailrc(5), tail(1)AUTHORMartyn Smith <martyn@dollyfish.net.nz> mtail May 2008 MTAIL(1)
Related Man Pages |
---|
tail(1) - opensolaris |
tail(1) - freebsd |
inotail(1) - debian |
tail(1) - netbsd |
tail(1) - osx |
Similar Topics in the Unix Linux Community |
---|
Alternatives for sudo?? |
tail -f for multiple files |
Command rm deletes filename but not the blocks |
Help On tail script |
Why is ./ sometimes needed? |