http://netbsd.i2p/docs/guide/en/chap-dns.html
We can also try the host (1) and dig (1) commands,
which give the following result. $ host www.NetBSD.org www.NetBSD.org has address 204.152.190.12 $ $ dig www.NetBSD.org ; <<>> DiG 8.3 <<>> www.NetBSD.org
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19409
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 5, ADDITIONAL: 0
;; QUERY SECTION:
;; www.NetBSD.org, type = A, class = IN
;;...