Created
May 22, 2014 11:28
-
-
Save nsahoo/e90dffd4f7ad10695479 to your computer and use it in GitHub Desktop.
awk command
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 '{if($1~/Cut/) print $4 "\t" $13}' final_opt_var1_Trkpt.log > ../../fom-plots/2012-plots/fom_Trkpt.dat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment