Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Search through .zst text files

Tags:

ack

zstd

ag

I have large zstd-compressed text files.

How can I run fast search over them ?

Can I use AG (The Silver Searcher) or something similar ?

I've tried AG but it doesn't work, I have a "failed to load error" :

ag -z -i "term"
like image 821
titibouboul Avatar asked Jul 25 '19 09:07

titibouboul


1 Answers

Use zstdgrep.

It is like grep, but for searching through zstd-compressed files.

like image 183
gregory Avatar answered Oct 02 '22 04:10

gregory