Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Re: Re: Re: Closing Perl Source

by belg4mit (Prior)
on Apr 03, 2003 at 18:29 UTC ( [id://247843]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Closing Perl Source
in thread Closing Perl Source

zgrep ;-)

--
I'm not belgian but I play one on TV.

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Closing Perl Source
by audreyt (Hermit) on Apr 04, 2003 at 05:38 UTC
    I'm pretty sure that zgrep only work on .gz files, not .par (i.e. zip) files. :)
      Check again, I did before posting.

      --
      I'm not belgian but I play one on TV.

        Incorrect. The only chance for zgrep to succeed is that your data is too small, so zip used "store" instead of the "deflate" algorithm. To wit:
        % perl -e 'print "DB_File" x 1000' > test.txt
        % zip test.zip test.txt
        % zgrep DB_File test.zip |wc
               0       0       0
        

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://247843]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-19 11:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found