Xinqi Bao's Git
projects
/
dmenu.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
Fix cursor drawn position with wide glyphs
[dmenu.git]
/
stest.1
diff --git
a/stest.1
b/stest.1
index
1f590ec
..
2667d8a
100644
(file)
--- a/
stest.1
+++ b/
stest.1
@@
-13,7
+13,8
@@
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.
+Files which pass all tests are printed to stdout. If no files are given, stest
+reads files from stdin.
.SH OPTIONS
.TP
.B \-a
.SH OPTIONS
.TP
.B \-a
@@
-66,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