I'm quite new here. I downloaded the Linux doc through sudo apt install linux-doc and even linux-source. When I access its files all I get is changelog.Debian.gz and copyright. The issue is that I need to grep -rli "e1000" /usr/share/doc/linux-doc*, and it was supposed to show me something, but it didn't. How can I deal with the changelog.Debian.gz?
Here is the screenshot.
zgrepin place ofgrepto search .gz files (although it doesn't support the-roption). Or view the file withless(which useszcatunder the hood). – steeldriver Jan 14 '25 at 02:12