Skip to content

Instantly share code, notes, and snippets.

@jozsefs
Created October 1, 2017 15:41
Show Gist options
  • Save jozsefs/299c56f08d8067d3e228742700334119 to your computer and use it in GitHub Desktop.
Save jozsefs/299c56f08d8067d3e228742700334119 to your computer and use it in GitHub Desktop.
grep awk search csv
head -1000 some.csv | awk -F";" '{print $1}' | grep keyword
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment