mirror of
https://github.com/dustinkirkland/byobu.git
synced 2024-11-13 19:50:07 -08:00
b7eaf5fcd5
- move the ctail command over to byobu, from bikeshed - ctail will tail and colorize log files
21 lines
829 B
Groff
21 lines
829 B
Groff
.TH ctail 1 "23 Oct 2012" byobu "byobu"
|
|
.SH NAME
|
|
ctail \- watch and colorize a logfile
|
|
|
|
.SH SYNOPSIS
|
|
\fBctail\fP [FILE]
|
|
|
|
.SH DESCRIPTION
|
|
\fBctail\fP is a very simple alias that watches a file and colorizes it. It's very useful for monitoring logfiles.
|
|
|
|
.SH EXAMPLE
|
|
ctail /var/log/syslog
|
|
|
|
.SH SEE ALSO
|
|
\fBccze\fP(1), \fBtail\fP(1)
|
|
|
|
.SH AUTHOR
|
|
This manpage and the utility was written by Dustin Kirkland <kirkland@ubuntu.com> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
|
|
|
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|