Advertisement
Guest User

Untitled

a guest
Nov 8th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Awk 0.09 KB | None | 0 0
  1. BEGIN {SF=”|”; maks=0;}
  2. $1=”iks”
  3. {
  4. if ($2>max)
  5. max=$2;
  6. }
  7. END {printf max;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement