head
file/head
Type: Command
| Argument | Type | Description |
|---|---|---|
| n ( unset ) | num | Number of lines to output from the beginning of the file. Range: 1..1000. |
| numbered | switch | Show line numbers in front of each line. |
| Read-only Argument | Type | Description |
|---|---|---|
| lines | object { line: string } | The output lines returned as an array of strings. |