Gentoo Archives: gentoo-user

From: Andreas Stiasny <gentoo@××××××××××××××××××.at>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Tailing compressed build logs
Date: Wed, 08 Mar 2023 13:13:48
Message-Id: 207fed31-af65-5a7e-02c9-8e7cd8a8f15a@lists.stiasny.priv.at
In Reply to: [gentoo-user] Tailing compressed build logs by Bryan Gardiner
1 On 07.03.23 05:35, Bryan Gardiner wrote:
2
3 > but the following hangs with no output:
4 >
5 > tail -c +1 -f build.log.gz | gunzip
6
7 I think you should either use gunzip -f --stdout instead of just gunzip
8 or use zcat.
9
10
11 Andreas

Replies

Subject Author
Re: [gentoo-user] Tailing compressed build logs Bryan Gardiner <bog@××××××.net>