help-texinfo
[Top][All Lists]
Advanced

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

Re: [help-texinfo] Search full content of all info nodes similar to 'man


From: Michael Convey
Subject: Re: [help-texinfo] Search full content of all info nodes similar to 'man -K '
Date: Thu, 30 Jul 2015 18:03:19 -0700

On Tue, Jul 28, 2015 at 3:26 PM, Karl Berry <address@hidden> wrote:
 
BTW, even simpler:
zgrep /usr/share/info/* foo

​$ zgrep /usr/share/info/* \'\-\-\'
​gzip: '--'.gz: No such file or directory

However, I get hits with Gavin's suggestion, as follows: 
for f in /usr/share/info/*info*gz ; do echo $f ; gzip -cd $f | grep \'\-\-\' ; done



reply via email to

[Prev in Thread] Current Thread [Next in Thread]