On Wed, 8 Mar 2023 14:13:35 +0100 Andreas Stiasny <[email protected]> wrote:
> On 07.03.23 05:35, Bryan Gardiner wrote: > > > but the following hangs with no output: > > > > tail -c +1 -f build.log.gz | gunzip > > I think you should either use gunzip -f --stdout instead of just > gunzip or use zcat. > > > Andreas > Hi, thanks! --force and --stdout don't seem to help in this case. - Bryan

