head <file>
Output the first part of files
Arguments
Name | Description |
---|---|
file | filepaths |
Options
Name | Description |
---|---|
-c, --bytes <numBytes> | Print the first [numBytes] bytes of each file |
-n, --lines <numLines> | Print the first [numLines] lines instead of the first 10 |
-q, --quiet, --silent | Never print headers giving file names |
-v, --verbose | Always print headers giving file names |
--help | Display this help and exit |
--version | Output version information and exit |