[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: --section=SECTION?
From: |
Simon Josefsson |
Subject: |
Re: --section=SECTION? |
Date: |
Sun, 23 Nov 2003 10:24:22 +0100 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) |
Alper Ersoy <address@hidden> writes:
> Hi Simon,
>
> Simon Josefsson:
>> $ makeinfo --section Acknowledgements --no-headers foo.texi > THANKS
>
> You can do this with info:
>
> $ info texinfo history >HISTORY
>
> Though you will get the header (Next: etc.)
>
> $ info texinfo history | sed '1,2 d' >HISTORY
>
> Should do it :)
Ah, it works fine.
Thanks,
Simon