read_file_lines
Extracts specific lines from a text file by specifying the path, line offset, and maximum lines to read. Supports custom text encoding, enabling precise file content retrieval based on user-defined parameters.
Instructions
Read specific lines from a text file.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
encoding | No | utf-8 | |
limit | No | ||
offset | No | ||
path | Yes |