File head
head_fileRead the first N lines from a file to preview its beginning. Use this to quickly inspect file content without loading the entire file.
Instructions
Return the first N lines of a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| lines | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |