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

Re: [MiNT] Searchable mailing list archive on Gmane?





Additionally a good searching solution for the old archive would be good.

I once downloaded all the files from the archive and use this script to find stuff:


find ./ -type f -print | xargs egrep -iHZ "$1"  && echo " "

then just call the script where that code is like this:

search_mint_ml mykeyword

Greets,
m