Last active
October 2, 2017 14:43
-
-
Save nsahoo/4aa41fc533d4705ff16df7d75b7716dd to your computer and use it in GitHub Desktop.
awk_commands
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
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