Xref: utzoo comp.lang.perl:1677 comp.unix.wizards:22699 Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!mcsun!hp4nl!phigate!ehviea!leo From: leo@ehviea.ine.philips.nl (Leo de Wit) Newsgroups: comp.lang.perl,comp.unix.wizards Subject: Re: Looking for balanced critique of Perl Message-ID: <818@ehviea.ine.philips.nl> Date: 29 Jun 90 18:06:18 GMT References: <4811@muffin.cme.nist.gov> <8497@jpl-devvax.JPL.NASA.GOV> <814@ehviea.ine.philips.nl> <2407@ucqais.uc.edu> Reply-To: leo@ehviea.UUCP (Leo de Wit) Organization: Philips I&E Eindhoven Lines: 28 In article <2407@ucqais.uc.edu> dstrombe@ucqais.uc.edu (pri=2 Dan Stromberg) writes: |In article <814@ehviea.ine.philips.nl>, leo@ehviea.ine.philips.nl (Leo de Wit) writes: |> Unfortunately, the very keyword you're looking for is often underlined, |> or typed over multiple times, so it contains embedded backspaces (and |> possible underscores or repetitions) in the manual text. I had a few |> bad experiences with that lately. There really should be an option of |> the pager to compare modulo underlining/fat printing. |> |> Leo. | |I don't know if this is possible on all systems, but: | | man ls | col -b | pg | |seems to work nicely for me on a couple different Sys V machines. Yep, works here too. Normally, using man(1) in the UCB universe (on a Pyramid), I get it for nothing, because the output is piped through ul(1); lately I did something like att man curses|more (without the 'col' or 'ul'), which caused my problem. Well, I guess that's what you deserve if you want the best of two worlds 8-). Also thanks to John Merritt, who gave me the 'ul' suggestion (mail to him bounced). Leo.