X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: col filter Date: 13 Dec 2001 17:42:45 GMT Organization: Aachen University of Technology (RWTH) Lines: 32 Message-ID: <9vapal$8sg$1@nets3.rz.RWTH-Aachen.DE> References: <9vahtk$bvg$1 AT netnews DOT upenn DOT edu> <3C18D01E DOT AB8024D8 AT yahoo DOT com> <9vaobg$hld$1 AT netnews DOT upenn DOT edu> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 1008265365 9104 137.226.32.75 (13 Dec 2001 17:42:45 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 13 Dec 2001 17:42:45 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com PAVOL JUHAS wrote: > CBFalconer (cbfalconer AT yahoo DOT com) wrote: >> PAVOL JUHAS wrote: >> > >> > I did my homework on GOOGLE, but I could not find it: >> > Is there a col utility - reverse line-feeds filter for DJGPP? >> What are you talking about? > AFAIK, col is available on *IX/Linux systems, col -b is useful for > filtering the output of man to get a plain text (without C-H characters). Originally, it's prime purpose was to filter out "reverse linefeeds" (a rarely used ASCII steering character --- essentially the equivalent of a backspace, but for undoing linefeed, not space). On a traditional Unix system, you'ld need that to get plain text out of *roff output. Options remove other *roff artifacts besides reverse linefeeds, like "A_" for and underlined letter 'A'. On a GNU-based system, you usually don't need 'col', because GNU's *roff implementation "groff" doesn't output reverse linefeeds in the first place, and 'less' know how to interpret backspace sequences as highlighting. And if you want printed output of manpages, you would output directly to postscript, instead of having some typewrite emphasize and underline by means of backspace sequences and similar methods. If you really need one, I'm reasonably sure that the CAWF package (--> Simtel.Net) has it. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.