A command-line utility that prints the fields of the first line of a file, with optional field numbering.
header [OPTIONS] <FILE>
-d
,--delimiter <DELIMITER>
: Sets the field delimiter (default:\t
).-n
,--number
: Show the field number.
<FILE>
: Input file to process.