Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 336 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 336 Bytes

A command-line utility that prints the fields of the first line of a file, with optional field numbering.

Usage

header [OPTIONS] <FILE>

Options

  • -d, --delimiter <DELIMITER>: Sets the field delimiter (default: \t).
  • -n, --number: Show the field number.

Arguments

  • <FILE>: Input file to process.