tailFile
Retrieve the last N lines of a file to monitor logs or extract recent data efficiently. Specify the file path and number of lines for quick file analysis and debugging.
Instructions
Read the last N lines from a file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | The path to the file to tail | |
lines | Yes | Number of lines to read from the end of the file |