Open ainar-g opened 3 months ago
For scripts it's often convenient to only have the results in stdout. That is, the IP address/es, TXT records, or NXDOMAIN. For an example, see the difference between dig 'www.example.com' A and dig +short 'www.example.com' A.
NXDOMAIN
dig 'www.example.com' A
dig +short 'www.example.com' A
For scripts it's often convenient to only have the results in stdout. That is, the IP address/es, TXT records, or
NXDOMAIN
. For an example, see the difference betweendig 'www.example.com' A
anddig +short 'www.example.com' A
.