Skip to content

Instantly share code, notes, and snippets.

@nsahoo
Last active October 2, 2017 14:43
Show Gist options
  • Save nsahoo/4aa41fc533d4705ff16df7d75b7716dd to your computer and use it in GitHub Desktop.
Save nsahoo/4aa41fc533d4705ff16df7d75b7716dd to your computer and use it in GitHub Desktop.
awk_commands
awk /NZS/ deletion_ppd_sept_2017.txt > outfile.txt
awk '/NZS/ && /90X_upgrade2017_realistic_v6_C1/' deletion_ppd_sept_2017.txt > outfile2.txt
awk '/NZS/ && (/81X_upgrade2017_realistic_v26/ || /90X_upgrade2017_realistic_v6_C1/)' deletion_ppd_sept_2017.txt > outfile3.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment