Created
October 1, 2017 15:41
-
-
Save jozsefs/299c56f08d8067d3e228742700334119 to your computer and use it in GitHub Desktop.
grep awk search csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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