Ken, On Sunday 03 July 2005 07:28, ken wrote:
Randall R Schulz wrote:
Ken,
On Sunday 03 July 2005 03:25, ken wrote:
...
This is true for every host name but 'and'; this last one returns the authoritative name servers for zoy.org, which helps to adjust the script:
==--==--==--==--==--==--==--==--==--==--==--==--==--==--==- #!/bin/bash --norc for DVDs in Linux screw the MPAA and; do dig @ns1.zoy.org $DVDs.z.zoy.org; done \
| perl -ne 's/\.//g; print pack("H224",$1) if(/^x([^z]*)/)' \ | gunzip
==--==--==--==--==--==--==--==--==--==--==--==--==--==--==-
...
What I meant was that, after the parsing by perl, there's nothing left of the output (i.e., no output) from "dig and.z.zoy.org".
That's because you're not getting successful resolution of the DNS request. Did you run the script as modified by Andreas Philipp and shown above? Randall Schulz