• 0 Posts
  • 3 Comments
Joined 6M ago
cake
Cake day: Nov 22, 2024

help-circle
rss

You can’t grep zip archives directly.


ls lists files, if you pipe it to grep it will print matching lines with file names. Universally you can’t grep through ebook content, but you can do it with epub, probably other zipped text formats using zipgrep or just unzipthem and grep unarchived files.