Skip to content

Instantly share code, notes, and snippets.

@jbl0ndie
Created October 24, 2024 05:14
Show Gist options
  • Save jbl0ndie/4d966b71fc62a8c4c004de097fe19974 to your computer and use it in GitHub Desktop.
Save jbl0ndie/4d966b71fc62a8c4c004de097fe19974 to your computer and use it in GitHub Desktop.
Count records in a CSV matching a string
grep "your_string" your_file.csv | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment