Re: gzip: zgrep takes -R option, but not -r or --recursive

2006-12-31 Thread Karl Berry
zgrep: -R: option not supported Can't we make it actually work? It would be very useful. Can't we just pass -r/-R/--recursive to grep, more or less as is done with the other options? Would you accept a patch? Thanks, k

Re: gzip: zgrep takes -R option, but not -r or --recursive

2006-12-31 Thread Karl Berry
But in none of those cases will grep's directory recursion be known by gzip Oh yeah, of course. Silly me. Trying to make zgrep support the entire set of grep's current (and future) directory recursion capability is involved. I can't disagree, although I personally have never c

Re: bz2 release tarballs

2007-08-13 Thread Karl Berry
would it be possible to see .tar.bz2 releases of gzip ? not for the "gzip vs bzip2" debate, but for the case where gzip is broken on a system :) That's why there is a plain .tar available (e.g., ftp://ftp.gnu.org/gnu/gzip/gzip-1.3.12.tar). The few extra bytes of download don't seem t

Re: Installed gzip 1.3.12 to solve issue "Value too large for defined data type" --> still not solved

2008-06-01 Thread Karl Berry
Andre, >  [EMAIL PROTECTED] # /usr/local/bin/gunzip bbr.sql.gz > gzip: bbr.sql.gz: Value too large for defined data type 1) I agree with Bob's analysis that this is likely a problem with the sunfreeware build, since you specifically said the file is 3gb. 2) But the gzip file format is

Re: slow performance from a SQL Server

2008-11-02 Thread Karl Berry
If you hadn't heard about 'lzma' yet then it is a good one to note Perhaps I should mention ... There are some technical problems with the lzma format -- not the compression method itself, which is basically zip with different parameters, but the surrounding scaffolding. The author of lzma-u

Re: Bad email address in http://www.gnu.org/software/gzip/

2009-10-12 Thread Karl Berry
The address giver for Jean-loup Gailly is not Thanks for the report. There's no reason to give addresses for individuals in that context, so I removed them. Best, Karl

Re: Broken links at http://www.gnu.org/software/gzip/

2010-01-21 Thread Karl Berry
I just found that the two links http://alpha.gnu.org/gzip/ (404) and ftp://alpha.gnu.org/gzip/ (550) are down. Please fix this. I found the first link to be available at http://alpha.gnu.org/gnu/gzip/ and the second one at ftp://alpha.gnu.org/gnu/gzip/. I fixed the gzip web p

Re: Failing test on Solaris 8 Sparc w/Sun Studio 11

2010-01-26 Thread Karl Berry
How about having zgrep first look in its own directory (dirname $0) for grep before resorting to PATH?

Re: GZIP options

2010-04-09 Thread Karl Berry
I am a UNIX user. I guess one cannot view the files, say the file names or the contents of the desired files inside a gzipped file without extracting it. So, can we try on it? You imply that gzip is like zip, i.e., an archive of files. This is not the case. It is merely a compressio

Re: [PATCH] maint: fix copyright dates that were munged by a maintenance script

2010-11-09 Thread Karl Berry
The above-quoted advice in maintain.texi A big part of why this so-incredibly-annoying issue never goes away, IMHO, is that that node in maintain.texi has accreted over decades of different advice and scenarios, never clearly distinguishing between them. Sigh. Since gunzip is a visually

Re: [PATCH] maint: fix copyright dates that were munged by a maintenance script

2010-11-09 Thread Karl Berry
if we don't care about collecting statutory damages for files like gunzip Yeah, yeah, I know, I know. I didn't quote the rest of Aaron's message where he addresses that. I should have known better than to actually try to simplify anything. I give up. criminal penalties for fraudule

Re: [PATCH] maint: fix copyright dates that were munged by a maintenance script

2010-11-11 Thread Karl Berry
my concerns about misdating files. I'll ask Aaron about your change and see if I get a reply. It makes sense to me, though it is quite a significant change from what was there before. it certainly does for gnulib, where the dates are maintained individually. As I understood it, th

bug#25538: uncompressed gzip releases please

2017-01-25 Thread Karl Berry
Please make gzip releases in some non-gzip/xz/lzip/bzip form, that is, uncompressed or .zip. I and a colleague just had to waste time explaining to a user how to download an old version available as .tar, compile it, and then use that to install the new version. (No, evidently he had no binary. W