This mostly works for '.deb' files.
# print the archive name and the 'whatis' line of any man pages in it.
dope() { D=$1 ; dpkg-deb -c $D | grep '^-.*man' | while read a b c d e
f ; do echo $f ; done | while read x ; do basename $x ; done | tr . ' ' | while
read a b c ; do L="`ba
On Wed, 24 May 2006 02:17:28, Brendan O'Dea <[EMAIL PROTECTED]> said:
> Feel free to raise new bugs on other packages.
The following pair of one-liners might be of use to somebody...
% apropos "manual page for"
cddb-slave2-properties (1) - manual page for Gnome
cddb-slave2-prope
2 matches
Mail list logo