search_files
Search for files by pattern (glob or regex) within XRootD file systems to locate specific data files for scientific analysis and management.
Instructions
Search for files by pattern (glob or regex)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Search pattern (glob like "*.root" or regex if useRegex=true) | |
| basePath | No | Base path to search from (default: current directory) | |
| recursive | No | Search recursively (default: true) | |
| useRegex | No | Treat pattern as regex instead of glob (default: false) |