Advertisement
hgr24

Untitled

Mar 29th, 2022
1,190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Awk 0.07 KB | None | 0 0
  1. BEGIN {
  2. }
  3. {
  4. if($6= ="cwnd_")
  5. printf("%f\t%f\t\n",$1,$7); }
  6. END {
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement