Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!pacbell.com!att!princeton!phoenix.Princeton.EDU!falstad!paul From: pfalstad@phoenix.princeton.edu (Paul Falstad) Newsgroups: comp.unix.questions Subject: Re: printing out manual pages Keywords: man Message-ID: <69425@asparagus.Princeton.EDU> Date: 29 Apr 91 04:07:22 GMT References: <1991Apr28.222052.19789@agate.berkeley.edu> <1991Apr28.232157.24943@agate.berkeley.edu> Sender: gnus@idunno.Princeton.EDU Organization: League For Fighting Chartered Accountancy Lines: 21 c60b-1eq@e260-1g.berkeley.edu (Noam Mendelson) wrote: >In article <1991Apr28.222052.19789@agate.berkeley.edu> raymond@ursa.berkeley.edu (Raymond Yee) writes: >>How do I print out output from the 'man' program or store 'man' output >>in a file without having all the extraneous control characters? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > nroff -man foo.man Doesn't work for me. I still get _^H's. nroff -man -Tman foo.man | sed 's/_^H//g' will get most of them... nroff -man -Tman foo.man | col -b will get all of them, if you have col. -- Paul Falstad pfalstad@phoenix.princeton.edu And on the roads, too, vicious gangs of KEEP LEFT signs! If Princeton knew my opinions, they'd have expelled me long ago.