aboutsummaryrefslogtreecommitdiffstats
path: root/testing/e2tools/e2ls.1
diff options
context:
space:
mode:
authorDaniel Santana <daniel@santana.tech>2020-02-03 00:41:06 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-03 04:45:41 +0100
commitbd6814e2d91bf96456dfd4fa34876cd2298ee733 (patch)
treebe7d4438b251c49cb6431f56d9a4b233156fb39e /testing/e2tools/e2ls.1
parent925208100f2e7eb00c3be48cda1c45491a976dbd (diff)
downloadaports-bd6814e2d91bf96456dfd4fa34876cd2298ee733.tar.bz2
aports-bd6814e2d91bf96456dfd4fa34876cd2298ee733.tar.xz
testing/e2tools: move to community
Diffstat (limited to 'testing/e2tools/e2ls.1')
-rw-r--r--testing/e2tools/e2ls.159
1 files changed, 0 insertions, 59 deletions
diff --git a/testing/e2tools/e2ls.1 b/testing/e2tools/e2ls.1
deleted file mode 100644
index cc763f9202..0000000000
--- a/testing/e2tools/e2ls.1
+++ /dev/null
@@ -1,59 +0,0 @@
-.TH E2LS 1 "March 2, 2005"
-.\"
-.SH NAME
-e2ls \- list files and directories on an ext2 filesystem
-.\"
-.SH SYNOPSIS
-.B e2ls
-.RI [ options ] " file_specification"
-.\"
-.SH DESCRIPTION
-The \fBe2ls\fP command is used to list files and directories on an ext2
-filesystem.
-.PP
-Note: Files deleted via e2rm sometimes will show up even without the -D
-option. It is being investigated.
-.\"
-.SH OPTIONS
-.TP
-.B \-a
-Show hidden directories.
-.TP
-.B \-c
-Sort by creation time (must include -t when using -l).
-.TP
-.B \-d \fIdir\fP
-Open the ext2 filesystem specified by dir.
-.TP
-.B \-D
-Show deleted files bracketed with ><.
-.TP
-.B \-f
-No sorting of the file list.
-.TP
-.B \-i
-Show the inodes (very useful for the -l option).
-.TP
-.B \-l
-Long listing.
-.TP
-.B \-r
-Reverse the sort order.
-.TP
-.B \-t
-Sort by time.
-.\"
-.SH SEE ALSO
-.BR e2tools (7),
-.BR e2ln (1),
-.BR e2mv (1),
-.BR e2mkdir (1),
-.BR e2cp (1),
-.BR e2rm (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).