Skip to content

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

Notifications You must be signed in to change notification settings

razron/toyeca-cutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

toyeca-cutter

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

Usage -

awk -F"delimiter" -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 delimited file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Awk 100.0%