head
Output the first part of files for quick inspection.
Synopsis
head [options] [file]
Core Options
-n NShow first N lines.
-c NShow first N bytes.
Usage Examples
Preview File
Show first 20 lines.
head -n 20 data.csvPreview Bytes
Show first 200 bytes.
head -c 200 binary.binBuilt for builders.