I was trying to do that but I noticed ls | grep searchterm
just searches the book TITLES for searchterm. Is this possible, to search the text of ebooks?
I was trying to do that but I noticed ls | grep searchterm
just searches the book TITLES for searchterm. Is this possible, to search the text of ebooks?
grep searchTerm file
You can’t grep zip archives directly.
Ripgrep-all has that capability.
Good to know.