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
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