Guest User

Untitled

a guest
Jul 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. @logfiles.each do |file|
  2. @delivered_mail_amount = `awk -F' ' '{print $3, $4, $5}' #{file} | sort -u | grep '=>' | grep -v '<>' | wc -l`
  3. end
  4.  
  5.  
  6. # produces output below
  7.  
  8. # sh: -c: line 0: syntax error near unexpected token `('
Add Comment
Please, Sign In to add comment