Avoid displaying line numbers
Created by: doganmeh
Help says:
-l, --linenumbers Insert a column of line numbers at the front of the
output. Useful when piping to grep or as a simple
primary key.
however, csvcut -n
shows line numbers anyways.
I need to get rid of the line numbers so I can pipe to grep and filter column names via regexp. Such as:
csvcut -n my_file.csv|grep '5G\|05ARE'