From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25105 invoked by alias); 5 Nov 2019 17:38:48 -0000 Mailing-List: contact bzip2-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Sender: bzip2-devel-owner@sourceware.org Received: (qmail 25069 invoked by uid 48); 5 Nov 2019 17:38:44 -0000 From: "sourcewarebugz-20191105 at billmail dot scconsult.com" To: bzip2-devel@sourceware.org Subject: [Bug bzip2/25164] bzgrep no longer handles multiple archives Date: Tue, 01 Jan 2019 00:00:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: bzip2 X-Bugzilla-Component: bzip2 X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sourcewarebugz-20191105 at billmail dot scconsult.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: nobody at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2019-q4/txt/msg00001.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D25164 --- Comment #1 from Bill Cole --- Since the change at https://sourceware.org/git/?p=3Dbzip2.git;a=3Dcommit;f=3Dbzgrep;h=3Dd0b47bd= e0e2f5bae7502ca55b80ab006523db820 released with 1.0.8, running bzgrep with a list of files only searched the first file. e.g.: $ bzgrep foo /tmp/{3,2,1,0}.bz2 /tmp/3.bz2:foo $ for x in {3..0} ; do printf "/tmp/$x.bz2: " ;bzgrep foo /tmp/$x.bz2; done /tmp/3.bz2: foo /tmp/2.bz2: foo /tmp/1.bz2: foo /tmp/0.bz2: foo --=20 You are receiving this mail because: You are on the CC list for the bug.