Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!asuvax!ncar!bierstadt.scd.ucar.edu!sog From: sog@bierstadt.scd.ucar.edu (Steve Gombosi) Newsgroups: comp.unix.questions Subject: Re: unwanted control characters in downloads Message-ID: <10991@ncar.ucar.edu> Date: 10 Apr 91 15:13:28 GMT References: <1991Apr9.195318.18030@rodan.acs.syr.edu> Sender: news@ncar.ucar.edu Organization: Scientific Computing Division/NCAR, Boulder, CO Lines: 10 Pipe the "man" output through "col" as in: man mumble | col -b > mumble_file col will strip out all the whizbang backspace formatting stuff. Some "man" programs have parameters which cause them not to produce the backspace sequences. Other versions of "man" do not generate these sequences when writing to a file. This varies from manufacturer to manufacturer -- I think that this lack of consistency is what they mean by "open systems" :-).