search_files
Find files using glob or regex patterns in XRootD file systems. Specify base path, recursion, and server for targeted searches.
Instructions
Search for files by pattern (glob or regex)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | No | Name of the XRootD server to use (default: first configured server) | |
| pattern | Yes | Search pattern (glob like "*.root" or regex if useRegex=true) | |
| basePath | No | Base path to search from (default: current directory) | |
| useRegex | No | Treat pattern as regex instead of glob (default: false) | |
| recursive | No | Search recursively (default: true) |