X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C77CA0.47881750@onstor-exch02.onstor.net>; Wed, 11 Apr 2007 18:17:04 -0700
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-class: urn:content-classes:message
Subject: RE: Check this out
Date: Wed, 11 Apr 2007 18:17:04 -0700
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E02215721@onstor-exch02.onstor.net>
In-Reply-To: <20070411181329.790c7de5@ripper.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Check this out
Thread-Index: Acd8n8fqOWkHbDljTLaktluD6w7UewAAAZqw
From: "Larry Scheer" <larry.scheer@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>
Cc: "Tim Gardner" <tim.gardner@onstor.com>

No I figured it out myself. However, the BSD man page mentions using the
-q flag to match the first pattern but I found out that don't do squat.
It works without the -q option (on linux anyway):

tar zxvf ../R2.3.0.DEV-BCDBG-040907.tar.gz ./bin/[[] ./bin/test
./bin/[
./bin/test

-----Original Message-----
From: Andy Sharp=20
Sent: Wednesday, April 11, 2007 6:13 PM
To: Larry Scheer
Cc: Tim Gardner
Subject: Re: Check this out

Cool.  You found in the man page or via goog? ~:^)

Now only a small (GAG) hack is required to fix the script.

a

On Wed, 11 Apr 2007 18:06:54 -0700 "Larry Scheer"
<larry.scheer@onstor.com> wrote:

> # /usr/bin/time tar -xzvqf /mnt/R2.3.0.DEV-DBG-040907.tar.gz ./bin/[[]
> ./bin/test
> ./bin/[
> ./bin/test
>        18.80 real        18.51 user         0.00 sys
>=20
> Note the '[[]' to appease the implied pattern match
