OurBigBook About$ Donate
 Sign in+ Sign up
by Ciro Santilli (@cirosantilli, 37)

csvgrep from csvkit

 ... Computer File format Data file format Comma-separated values CSV CLI tool csvkit
 0 By others on same topic  0 Discussions  Updated 2025-05-29  +Created 1970-01-01  See my version
Simple example:
printf '00,11,22\n33,44,55\n' | csvgrep -H -c2 -r '^11$' | tail -n+2
output:
00,11,22
More verbose description:
  • stackoverflow.com/questions/19711723/awk-to-filter-csv-files/77273608#77273608
  • unix.stackexchange.com/questions/97070/filter-a-csv-file-based-on-the-5th-column-values-of-a-file-and-print-those-reco/758651#758651

 Ancestors (10)

  1. csvkit
  2. CSV CLI tool
  3. Comma-separated values
  4. Data file format
  5. File format
  6. Computer
  7. Information technology
  8. Area of technology
  9. Technology
  10.  Home

 View article source

 Discussion (0)

+ New discussion

There are no discussions about this article yet.

 Articles by others on the same topic (0)

There are currently no matching articles.
  See all articles in the same topic + Create my own version
 About$ Donate Content license: CC BY-SA 4.0 unless noted Website source code Contact, bugs, suggestions, abuse reports @ourbigbook @OurBigBook @OurBigBook