tail_file
Extract the last N lines of a text file to quickly monitor or analyze log files, configuration data, or other text-based content. Specify file path, line count, and encoding for precise output.
Instructions
Read the last N lines of a text file.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
encoding | No | utf-8 | |
lines | No | ||
path | Yes |