Guest User

Untitled

a guest
Feb 21st, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Awk 0.13 KB | None | 0 0
  1. {
  2.     if ($7 ~ /\.png$/) {
  3.         if($9 == 200)
  4.             size[$7] = $10
  5.         if($9 == 304)
  6.             ile +=size[$7]
  7.     }
  8. }
  9.  
  10. END {
  11.     print ile
  12. }
Add Comment
Please, Sign In to add comment