The Linux "copy problem"
The Linux "copy problem"
Posted Jun 2, 2019 12:45 UTC (Sun) by desbma (guest, #118820)In reply to: The Linux "copy problem" by Jandar
Parent article: The Linux "copy problem"
You are right, I'm using ZSH and didn't realize that line was not portable across other shells.
        
curl -v --compressed 'https://lwn.net/' -o /dev/null 2>&1 | grep gzip
also works
 
           