1 .TH STEST 1 dmenu\-VERSION
3 stest \- filter a list of files by properties
6 .RB [ -abcdefghlpqrsuwx ]
14 takes a list of files and filters by the files' properties, analogous to
16 Files which pass all tests are printed to stdout. If no files are given, stest
17 reads files from stdin.
24 Test that files are block specials.
27 Test that files are character specials.
30 Test that files are directories.
33 Test that files exist.
36 Test that files are regular files.
39 Test that files have their set-group-ID flag set.
42 Test that files are symbolic links.
45 Test the contents of a directory given as an argument.
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 Invert the sense of tests, only failing files pass.
74 Test that files are writable.
77 Test that files are executable.
81 At least one file passed all tests.
84 No files passed all tests.