get_file_summary
Retrieve comprehensive file statistics—line counts, character counts, and word counts—while efficiently handling large files without loading them entirely into memory.
Instructions
Get comprehensive statistical summary of a file including line stats, character stats, and word count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to the file |