Hongyi Zhao [off-list ref] wrote:
Thank you for telling me this. But why the content can't be directly
print on the stdout as shown below:
werner@X10DAi:~$ curl -sSf -d '' 'https://lore.kernel.org/git/?q=tc:hongyi&x=m'
werner@X10DAi:~$ curl -sSf -d '' 'https://public-inbox.org/git/?q=tc:hongyi&x=m'
werner@X10DAi:~$
As you can see, nothing is shown to me.
Oops, leaving out '-s' for curl would've shown you the error.
It's gzipped for bandwidth + I/O savings and truncation checking),
so you can pipe it to zcat or "pigz -dc":
curl -Sf -d '' 'https://public-inbox.org/git/?q=tc:hongyi&x=m' | zcat