Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 225 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 225 Bytes

toyeca-cutter

Small awk utility to cut specific headers(columns) from a csv file

Usage -

awk -f toyeca-cutter.awk -v c="col1, col2, col3, col4" my_file.csv

Arguments: c - Space seperated list of column names (headers)