mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 18:57:20 -07:00
* debian/control, usr/bin/ctail, usr/share/man/man1/ctail.1:
- move the ctail command over to byobu, from bikeshed - ctail will tail and colorize log files
This commit is contained in:
parent
4fe5154e64
commit
b7eaf5fcd5
4 changed files with 56 additions and 2 deletions
20
usr/share/man/man1/ctail.1
Normal file
20
usr/share/man/man1/ctail.1
Normal file
|
@ -0,0 +1,20 @@
|
|||
.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.
|
Loading…
Add table
Add a link
Reference in a new issue