1 .TH STEST 1 dmenu\-VERSION
3 stest \- filter a list of files by properties
6 .RB [ -bcdefghpqrsuwx ]
16 takes a list of files and filters by the files' properties, analogous to
18 Files which pass all tests are printed to stdout. If no files are given as
19 arguments, stest will read a list of files from stdin, one path per line.
23 Tests files relative to directory
27 Test that files are block specials.
30 Test that files are character specials.
33 Test that files are directories.
36 Test that files exist.
39 Test that files are regular files.
42 Test that files have their set-group-ID flag set.
45 Test that files are symbolic links.
48 Test that files are newer than
52 Test that files are older than
56 Test that files are named pipes.
59 No files are printed, only the exit status is returned.
62 Test that files are readable.
65 Test that files are not empty.
68 Test that files have their set-user-ID flag set.
71 Test that files are writable.
74 Test that files are executable.
78 At least one file passed all tests.
81 No files passed all tests.