Guest User

Untitled

a guest
Jul 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #!/usr/bin/env ruby
  2.  
  3. ARGF.each_with_index do |line, i|
  4. puts line if line =~ /AirPort/ and i % 5 == 0
  5. end
Add Comment
Please, Sign In to add comment