dovnaralexander/File detection
Find files\directories by typical find wildcard and exits with the required code.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| wildcard | Find-like wildcard to find files\directories. | yes | — |
| type | Type of find command. Supported values: f (file), d (directory), l (link), p (pipe), s (socket). | no | f |
| exit_code_found | Exit code for non-empty find result. | no | 0 |
| exit_code_not_found | Exit code for empty find result. | no | 1 |
| base_path | Base directory to find files in. | no | ./ |
Outputs
| name | description |
|---|---|
| found | Found items (files, directories etc.) |