groff
[Top][All Lists]
Advanced

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

Re: [Groff] More referenceability for -mdoc would be an improvement!?


From: Ralph Corderoy
Subject: Re: [Groff] More referenceability for -mdoc would be an improvement!?
Date: Tue, 16 Sep 2014 09:26:03 +0100

Hi Igno,

>   $ man ksh | grep '^...[^ ]'

That's nice, but has a bug in that space can be the fourth character on
a line that starts with a non-space.

    $ comm -3 <(man bash | grep '^...[^ ]' | sort) \
    >     <(man bash | egrep '^([^ ]|...[^ ])' | sort)
            BUG REPORTS
            GNU Bash-4.1           2009 December 29                BASH(1)
            JOB CONTROL
            SEE ALSO
    $

Cheers, Ralph.



reply via email to

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