eBay / tsv-utils

eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
https://ebay.github.io/tsv-utils/
Boost Software License 1.0
1.42k stars 80 forks source link

Sort using column names #353

Open agguser opened 2 years ago

agguser commented 2 years ago

How to sort using column names instead of indices? e.g. tsv-sort -H -k age:nr -k name instead of keep-header -- sort -t $'\t' -k 2,2nr -k 1,1