select
Choose specific lines in a text file for targeted editing by specifying start and end line numbers. Ideal for batch updates or selective modifications.
Instructions
Select lines from for subsequent overwrite operation.
Args: start (int): Start line number (1-based) end (int): End line number (1-based)
Returns: dict: status, lines, start, end, id, line_count, message
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end | Yes | ||
start | Yes |