Advertisement
METAJIJI

Untitled

Feb 18th, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. metall@mundo:~$ nslookup google.com | awk '/Address/{print $2}' | sort -n -t . -k 1,1 -k 2,2 -k 3,3 -k 4,4
  2. 127.0.1.1#53
  3. 178.49.129.18
  4. 178.49.129.24
  5. 178.49.129.25
  6. 178.49.129.31
  7. 178.49.129.32
  8. 178.49.129.38
  9. 178.49.129.39
  10. 178.49.129.45
  11. 178.49.129.46
  12. 178.49.129.52
  13. 178.49.129.53
  14. 178.49.129.59
  15. metall@mundo:~$ nslookup google.com 8.8.8.8 | awk '/Address/{print $2}' | sort -n -t . -k 1,1 -k 2,2 -k 3,3 -k 4,4
  16. 8.8.8.8#53
  17. 178.49.129.18
  18. 178.49.129.24
  19. 178.49.129.25
  20. 178.49.129.31
  21. 178.49.129.32
  22. 178.49.129.38
  23. 178.49.129.39
  24. 178.49.129.45
  25. 178.49.129.46
  26. 178.49.129.52
  27. 178.49.129.53
  28. 178.49.129.59
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement