On Tue, Oct 21, 2014 at 12:07:15PM -0700, Warren Kumari wrote: > > dig A $name | awk '$0 ~ /status/ && $0 !~ /status: NOERROR,/ { > > sub(",", "", $6 ); print $6; x=1 > > } > > $4 == "A" { print $5; x=1 } > > END { if (!x) print "TIMEOUT" }' > > > Because, not everyone is as stunningly brilliant as you? > > To a non-zero population of this list the above looks like line-noise...
Could be worse, could be perl. In any case, filtering the existing output does seem better than adding every imaginable formatting option to dig. ... I *could* maybe see adding a formatting option to produce an easier-to-parse output header, though, such as: ; OPCODE=QUERY ; RCODE=NOERROR ; QRFLAG=1 ; AAFLAG=0 ; TCFLAG=0 ; RDFLAG=1 ; RAFLAG=1 ; ADFLAG=0 ; CDFLAG=0 [... etc ...] -- Evan Hunt -- e...@isc.org Internet Systems Consortium, Inc. _______________________________________________ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users