View Single Post
Old 02-13-2020, 03:42 PM   #17
pazos
cosiņeiro
pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.pazos ought to be getting tired of karma fortunes by now.
 
Posts: 1,406
Karma: 2451781
Join Date: Apr 2014
Device: BQ Cervantes 4
You can use find with the -exec flag to grep for a string. The program https://github.com/phiresky/ripgrep-all can search pdfs, epubs, office documents and other media types.

In short: use find to search for containers/mimes on certain modified dates and exec rga to find a given string for each file match.
pazos is offline   Reply With Quote