>> Alternatively, you can
>> use the dig command to query specific servers.

> Yea, but you can't understand anything dig prints
> to stdout, so using it to do queries is hopeless :-).

So the ";; QUESTION SECTION:" header is not enough of a hint? :)

Furthermore, you can create aliases of the following (for example) to
modify dig's output:

# dig +noquestion +nocomments +nostats +nocmd @8.8.8.8 fedoraproject.org
fedoraproject.org.      25      IN      A       152.46.7.221
fedoraproject.org.      25      IN      A       66.35.62.162
fedoraproject.org.      25      IN      A       80.239.156.214

# dig +short @8.8.8.8 fedoraproject.org
152.46.7.221
66.35.62.162
80.239.156.214
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to