aboutsummaryrefslogtreecommitdiffstats
path: root/testing/e2tools/e2tail.1
diff options
context:
space:
mode:
authorDaniel Santana <daniel@santana.tech>2018-12-08 19:50:56 -0200
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-02-05 08:25:10 +0000
commit20380256b171efa7c66a16fbf75d842922e46f27 (patch)
tree800f9c01450cfb91445543f1ac897ee14897c240 /testing/e2tools/e2tail.1
parentaed8698ff5c1dd85a398e8b8bedd4d7ba64215ed (diff)
downloadaports-20380256b171efa7c66a16fbf75d842922e46f27.tar.bz2
aports-20380256b171efa7c66a16fbf75d842922e46f27.tar.xz
testing/e2tools: new aport
http://home.earthlink.net/~k_sheff/sw/e2tools/ Utilities for manipulating files in an ext2/ext3 filesystem
Diffstat (limited to 'testing/e2tools/e2tail.1')
-rw-r--r--testing/e2tools/e2tail.146
1 files changed, 46 insertions, 0 deletions
diff --git a/testing/e2tools/e2tail.1 b/testing/e2tools/e2tail.1
new file mode 100644
index 0000000000..bd48600fd4
--- /dev/null
+++ b/testing/e2tools/e2tail.1
@@ -0,0 +1,46 @@
+.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).