$ kut -h
Usage: kut [OPTION] LIST
kut is a cut command for CSV (RFC 4180) input. kut reads from standard input
and writes to standard output.
LIST is a list of ranges separated by commas, using the same rules as cut(1).
Options:
-d, --delimiter=DELIM Use DELIM as field delimiters instead of commas.
-h, --help Show this help message.
cut(1) isn't sufficient for certain CSV files. There are some other tools that solve this problem, but kut
- has no dependencies
- has a simple interface
- only does one thing
- is a statically linked executable
go install github.com/jalan/kut/cmd/kut