NAME:
head - output the first part of files
USAGE:
head [OPTIONS] [FILE...]
Print the first 10 lines of each FILE to standard output.
With no FILE, or when FILE is -, read standard input.
VERSION:
dev
GLOBAL OPTIONS:
--lines int, -n int print the first NUM lines instead of the first 10 (default: 10)
--bytes int, -c int print the first NUM bytes (default: 0)
--help, -h show help
--version print version information and exit