aboutsummaryrefslogtreecommitdiffstats
path: root/testing/e2tools/e2rm.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/e2rm.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/e2rm.1')
-rw-r--r--testing/e2tools/e2rm.134
1 files changed, 34 insertions, 0 deletions
diff --git a/testing/e2tools/e2rm.1 b/testing/e2tools/e2rm.1
new file mode 100644
index 0000000000..1a6417283e
--- /dev/null
+++ b/testing/e2tools/e2rm.1
@@ -0,0 +1,34 @@
+.TH E2RM 1 "March 2, 2005"
+.\"
+.SH NAME
+e2rm \- removes files and directories on an ext2 filesystem
+.\"
+.SH SYNOPSIS
+.B e2rm
+.RI [ options ] " files..."
+.\"
+.SH DESCRIPTION
+The \fBe2rm\fP command removes files and directories on an ext2 filesystem.
+.\"
+.SH OPTIONS
+.TP
+.B \-r
+Recursively delete files if a directory name is given.
+.TP
+.B \-v
+Be verbose.
+.\"
+.SH SEE ALSO
+.BR e2tools (7),
+.BR e2ln (1),
+.BR e2ls (1),
+.BR e2mkdir (1),
+.BR e2cp (1),
+.BR e2mv (1),
+.BR e2tail (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).