bind problems (2)

Brad Knowles brad.knowles at skynet.be
Fri Jun 15 21:36:50 UTC 2001


At 5:05 PM -0400 6/15/01, Kevin Darcy wrote:

>  (A minor nit: If in fact you don't need the "-a" option to "ls", why don't
>  you just use "for i in *" for your main loop?).

	No, you don't want to use a "for" loop.  This runs the chance of 
exceeding maximum line length limitations in the shell.  Just drop 
the "a" option to ls, and the script as he showed it should be fine.

-- 
Brad Knowles, <brad.knowles at skynet.be>

/*        efdtt.c  Author:  Charles M. Hannum <root at ihack.net>          */
/*       Represented as 1045 digit prime number by Phil Carmody         */
/*     Prime as DNS cname chain by Roy Arends and Walter Belgers        */
/*                                                                      */
/*     Usage is:  cat title-key scrambled.vob | efdtt >clear.vob        */
/*   where title-key = "153 2 8 105 225" or other similar 5-byte key    */

dig decss.friet.org|perl -ne'if(/^x/){s/[x.]//g;print pack(H124,$_)}'


More information about the bind-users mailing list