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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hongyi Zhao <hongyi.zhao@xxxxxxxxx> 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



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux