csvcut
Filter and truncate CSV files. Like Unix's `cut` command, but for tabular data.
Included in csvkit.
- Print indices and names of all columns:
- Extract the first and third columns:
- Extract all columns **except** the fourth one:
- Extract the columns named "id" and "first name" (in that order):
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).