I'm trying through Windows terminal to decompress a large number of compressed files with zstd v1.4.0 and then 'ag' search over :
zstd -dc -r . | ag -z -i "term"
It gives me the following error while proceeding :
zstd: error 70 : Write error : Broken pipe (cannot write decoded block)
I have spent hours looking for a solution, tried different options for the zstd
command but can't solve this.
ag -z "term" <file>
is working for you? – LyndenERR: Cannot decompress zipped file
orERR: Zip files not yet supported
– Mitchmitchael