count_lines_in_file
Count the number of lines in a text file and retrieve its metadata. Use to quickly assess file size or verify file integrity during security audits.
Instructions
Count the number of lines in a text file and return file metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the file to count lines in |