Thread (14 messages) flat view 14 messages, 6 authors, 2021-02-03

Re: Only receive the topics I participated in or initiated on this mailing list.

From: Eric Wong <hidden>
Date: 2021-02-03 00:36:55

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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help