groff
[Top][All Lists]
Advanced

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

Re: [Groff] Unix Man Pages


From: Alejandro Lopez-Valencia
Subject: Re: [Groff] Unix Man Pages
Date: Fri, 07 Mar 2003 13:22:18 -0500

At 10:05 a.m. 07/03/2003 -0800, J Robinson wrote:

Suppose I had a list of pathnames to a system's man
pages (like /usr/lib/perl5/man/man3/POSIX.3.gz,
/usr/man/man3/mitem_visible.3x, etc.) What would be a
good cross *nix way to convert them to ascii?

Assuming you use groff 1.18.x, does

$ export GROFF_NO_SGR=1
$ man -c 3 mitem_visible | col -b > mitem_visible_3.txt

work for you?


Any tips on how to approach this in a *nix-independent
manner (while still retaining man page formatting) are
most welcome.

Huh!? You lost me there.


--
Alejandro Lopez-Valencia                         tora no shinden
python -c "print('ZHJhZHVsQDAwN211bmRvLmNvbQ=='.decode('base64'))"


reply via email to

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