Skip to content

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

Notifications You must be signed in to change notification settings

rohitprajapati/toyeca-cutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages