stest

command module
v0.0.0-...-95b1cff Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 2, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Stest reads files from stdin (one per line) and prints every file that passes all given tests.

Usage:

stest <option>...

The options are:

-L
	Matches files that are symbolic links
-S
	Matches files that are sockets
-d
	Matches files that are directories
-e
	Matches files that exist (regardless of type)
-f
	Matches files that are regular files
-g
	Matches files whose set group ID flag is set
-k
	Matches files whose sticky bit is set
-p
	Matches files that are named pipes (FIFOs)
-r
	Matches files that are readable
-s
	Matches files that have a size greater than zero
-u
	Matches files whose set user ID flag is set
-w
	Matches files that are writable
-x
	Matches files that are executable
-v
	Invert the sense of matching, to select non-matching files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL