OurBigBook About$ Donate
 Sign in Sign up

 csvgrep from csvkit

ID: csvgrep-from-csvkit

 Top articles Latest articles New article in topic
csvgrep from csvkit by Ciro Santilli  40 Updated 2025-07-16
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
 Read the full article
Total articles: 1

 New to topics? Read the docs here!

 About$ Donate Content license: CC BY-SA 4.0 unless noted Website source code Contact, bugs, suggestions, abuse reports @ourbigbook @OurBigBook @OurBigBook