Guest User

Untitled

a guest
May 26th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. cat iprange.json | jq '.prefixes[] | select (.ip_prefix | contains( "/25") ) | .ip_prefix + " " + .region + " " + .service' |sort -u | uniq -c
Add Comment
Please, Sign In to add comment