>_ linuxcommand.dev
Startseite head
Text Processing

head

Print the first lines of files.

Syntax
$head [OPTIONS] [FILE...]
Examples
Examples
$head file.txt
Examples
$head -n 20 file.txt
Typical use cases
Standard usage
head --help
Detailed Help
man head
Note Use -n to set the line count.
Export