Xinqi Bao's Git
projects
/
dmenu.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
Handle IME input
[dmenu.git]
/
stest.1
diff --git
a/stest.1
b/stest.1
index
cafd4bb
..
2667d8a
100644
(file)
--- a/
stest.1
+++ b/
stest.1
@@
-3,9
+3,7
@@
stest \- filter a list of files by properties
.SH SYNOPSIS
.B stest
stest \- filter a list of files by properties
.SH SYNOPSIS
.B stest
-.RB [ -bcdefghpqrsuwx ]
-.RB [ -C
-.IR dir ]
+.RB [ -abcdefghlpqrsuwx ]
.RB [ -n
.IR file ]
.RB [ -o
.RB [ -n
.IR file ]
.RB [ -o
@@
-15,13
+13,12
@@
stest \- filter a list of files by properties
.B stest
takes a list of files and filters by the files' properties, analogous to
.IR test (1).
.B stest
takes a list of files and filters by the files' properties, analogous to
.IR test (1).
-Files which pass all tests are printed to stdout. If no files are given
as
-
arguments, stest will read a list of files from stdin, one path per line
.
+Files which pass all tests are printed to stdout. If no files are given
, stest
+
reads files from stdin
.
.SH OPTIONS
.TP
.SH OPTIONS
.TP
-.BI \-C " dir"
-Tests files relative to directory
-.IR dir .
+.B \-a
+Test hidden files.
.TP
.B \-b
Test that files are block specials.
.TP
.B \-b
Test that files are block specials.
@@
-44,6
+41,9
@@
Test that files have their set-group-ID flag set.
.B \-h
Test that files are symbolic links.
.TP
.B \-h
Test that files are symbolic links.
.TP
+.B \-l
+Test the contents of a directory given as an argument.
+.TP
.BI \-n " file"
Test that files are newer than
.IR file .
.BI \-n " file"
Test that files are newer than
.IR file .
@@
-67,6
+67,9
@@
Test that files are not empty.
.B \-u
Test that files have their set-user-ID flag set.
.TP
.B \-u
Test that files have their set-user-ID flag set.
.TP
+.B \-v
+Invert the sense of tests, only failing files pass.
+.TP
.B \-w
Test that files are writable.
.TP
.B \-w
Test that files are writable.
.TP