diff options
| author | Daniel Santana <daniel@santana.tech> | 2020-02-03 00:41:06 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-03 04:45:41 +0100 |
| commit | bd6814e2d91bf96456dfd4fa34876cd2298ee733 (patch) | |
| tree | be7d4438b251c49cb6431f56d9a4b233156fb39e /testing/e2tools/e2tail.1 | |
| parent | 925208100f2e7eb00c3be48cda1c45491a976dbd (diff) | |
| download | aports-bd6814e2d91bf96456dfd4fa34876cd2298ee733.tar.bz2 aports-bd6814e2d91bf96456dfd4fa34876cd2298ee733.tar.xz | |
testing/e2tools: move to community
Diffstat (limited to 'testing/e2tools/e2tail.1')
| -rw-r--r-- | testing/e2tools/e2tail.1 | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/testing/e2tools/e2tail.1 b/testing/e2tools/e2tail.1 deleted file mode 100644 index bd48600fd4..0000000000 --- a/testing/e2tools/e2tail.1 +++ /dev/null @@ -1,46 +0,0 @@ -.TH E2TAIL 1 "March 2, 2005" -.\" -.SH NAME -e2tail \- a basic version of the tail command for an ext2 filesystem -.\" -.SH SYNOPSIS -.B e2tail -.RI [ options ] " file" -.\" -.SH DESCRIPTION -The \fBe2tail\fP command implements a basic version of the tail command. -.\" -.SH OPTIONS -.TP -.B \-n \fInum_lines\fP -The number of lines to display -.TP -.B \-f -Output appended data as the file grows. This is inode dependent, so if the -file is renamed, it will keep checking it. -.TP -.B \-F -Output appended data as the file grows. This is file name dependent, so if -the file is renamed, it will check on any new files with the same name as the -original. This is useful for watching log files that may be rotated out -occasionally. This was requested by a person in the computer security field -for monitoring 'honeypot' type machines. -.TP -.B \-s \fIsleep_interval\fP -The number of seconds to sleep before checking if the file has grown while -in 'follow' mode. The default is 1. -.\" -.SH SEE ALSO -.BR e2tools (7), -.BR e2ln (1), -.BR e2ls (1), -.BR e2mkdir (1), -.BR e2cp (1), -.BR e2rm (1), -.BR e2mv (1). -.\" -.SH AUTHOR -The \fBe2tools\fP were written by Keith Sheffield <sheff@pobox.com>. -.PP -This manual page was written by Lucas Wall <lwall@debian.org>, -for the Debian project (but may be used by others). |
