dovnaralexander/File detection

Find files\directories by typical find wildcard and exits with the required code.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
wildcardFind-like wildcard to find files\directories.yes
typeType of find command. Supported values: f (file), d (directory), l (link), p (pipe), s (socket).nof
exit_code_foundExit code for non-empty find result.no0
exit_code_not_foundExit code for empty find result.no1
base_pathBase directory to find files in.no./
namedescription
foundFound items (files, directories etc.)