Wazaterm
Home
Pricing
Documents
Commands
Sign up
Login
Home
Pricing
Documentation
Commands
Login
Sign up
Wazaterm
»
Linux Commands
» head
How to use head Linux command
The head is a command to print the first part of the lines to standard output.
Usage
Print the first 15 lines from standard input
$ head -n 15