Skip to content

Instantly share code, notes, and snippets.

@nsahoo
Created May 22, 2014 11:28
Show Gist options
  • Save nsahoo/e90dffd4f7ad10695479 to your computer and use it in GitHub Desktop.
Save nsahoo/e90dffd4f7ad10695479 to your computer and use it in GitHub Desktop.
awk command
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