Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!rutgers!ucsd!sdcsvax!ucsdhub!hp-sdd!hplabs!hpfcdc!hpldola!paul From: paul@hpldola.HP.COM (Paul Bame) Newsgroups: comp.sys.hp Subject: Re: Inverse Characters in man Message-ID: <11870005@hpldola.HP.COM> Date: 19 Jul 89 18:01:20 GMT References: <228@bnrunix.UUCP> Organization: HP Elec. Design Div. -ColoSpgs Lines: 17 For ksh and sh, you can get non-highlighted stuff from man with $ TERM=dumb man ls and one which should work for all shells: $ man ls | cat but beware that there is enough stuff there that $ man ls | cat | more may restore highlighting (it did when I just tried it). -Paul Bame