Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jun 2001 20:04:06 +0200
From:      Brad Knowles <brad.knowles@skynet.be>
To:        Robert Hough <rch@acidpit.org>, Chris Moline <ugly-daemon@home.com>
Cc:        chat@FreeBSD.ORG
Subject:   Re: System Tuning/Sysadmins
Message-ID:  <p05100328b752a1592737@[194.78.241.123]>
In-Reply-To: <20010617135150.A84666@acidpit.org>
References:  <20010617063505.A29241@shell.monmouth.com> <20010617073505.B20171@h24-67-61-12.lb.shawcable.net> <20010617103922.A79022@acidpit.org> <20010617093905.A20349@h24-67-61-12.lb.shawcable.net> <20010617124444.A84138@acidpit.org> <20010617110702.A20700@h24-67-61-12.lb.shawcable.net> <20010617135150.A84666@acidpit.org>

next in thread | previous in thread | raw e-mail | index | archive | help
At 1:51 PM -0400 6/17/01, Robert Hough wrote:

>  Before anyone says anything, I know the `echo *` is not needed, I added
>  it for clarity.  Feel free to rail me on the rest though. :)

	What about shell command line limitations on length?  It seems to 
me that to be sure you eliminate any possibility of problems there, 
you need to send output to a temporary file, and walk through it line 
by line.

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

/*        efdtt.c  Author:  Charles M. Hannum <root@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,$_)}'

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-chat" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p05100328b752a1592737>