emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#15770: closed (zgrep -n does not work for n>9)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#15770: closed (zgrep -n does not work for n>9)
Date: Thu, 31 Oct 2013 16:37:01 +0000

Your message dated Thu, 31 Oct 2013 09:36:24 -0700
with message-id <address@hidden>
and subject line Re: bug#15770: zgrep -n does not work for n>9
has caused the debbugs.gnu.org bug report #15770,
regarding zgrep -n does not work for n>9
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
15770: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15770
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: zgrep -n does not work for n>9 Date: Thu, 31 Oct 2013 09:42:05 +0000
Hello,

zgrep --version
z$grep (gzip) 1.3.12
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software.  You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.

Written by Jean-loup Gailly.


This works:

zgrep -9 marclatz syslog-20131031.gz | wc -l
19

And this:

zgrep -C 10 marclatz syslog-20131031.gz | wc -l
21

This does not work:

zgrep -10 marclatz syslog-20131031.gz | wc -l
gzip: marclatz.gz: No such file or directory
2092205


But this works:

gunzip -c syslog-20131031.gz | grep -10 marclatz | wc -l
21

greetings




-- 
Horst Scheuermann

Zentrum für Informations-, Medien-
und Kommunikationstechnologie (ZIMK)
Universität Trier
54286 Trier
 
Tel.: +49 651 201/3436
Fax: +49 651 201/3921
E-Mail: address@hidden





--- End Message ---
--- Begin Message --- Subject: Re: bug#15770: zgrep -n does not work for n>9 Date: Thu, 31 Oct 2013 09:36:24 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0
I think that bug was fixed last year; I can't reproduce it in gzip 1.6.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]