csvrmcol - tpcclib 0.8.0 © 2023 by Turku PET Centre

Remove column from a CSV or TSV file.
 
Usage: csvrmcol [options] csvfile column [outputfile]
 
Options:
 -h, --help
     Display usage information on standard output and exit.
 -v, --version
     Display version and compile information on standard output and exit.
 -d[n], --debug[=n], --verbose[=n]
     Set the level (n) of debugging messages and listings.
 -q, --quiet
     Suppress displaying normal results on standard output.
 -s, --silent
     Suppress displaying anything except errors.
 
Example:
     csvrmcol data.csv 1 data_wo_1st_col.csv
 
See also: tacformat, taclist
 
Keywords: CSV, TAC