Re: Man Pages in Text?
From: Ed Morton (morton_at_lsupcaemnt.com)
Date: 05/21/04
- Next message: Barry Margolin: "Re: Man Pages in Text?"
- Previous message: Alan Connor: "Re: Man Pages in Text?"
- In reply to: Alan Connor: "Re: Man Pages in Text?"
- Next in thread: Alan Connor: "Re: Man Pages in Text?"
- Reply: Alan Connor: "Re: Man Pages in Text?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 21 May 2004 13:34:39 -0500
Alan Connor wrote:
<snip>
> So I guess I'll have to write a sed script to remove the junk
In case it helps, here's my junk-removal sed script I've been using for
years to clean up man pages:
sed -e 's/.^H//g' \
-e 's/^M//g' \
-e 's/^[//g' \
-e 's/^G//g' \
Regards,
Ed.
- Next message: Barry Margolin: "Re: Man Pages in Text?"
- Previous message: Alan Connor: "Re: Man Pages in Text?"
- In reply to: Alan Connor: "Re: Man Pages in Text?"
- Next in thread: Alan Connor: "Re: Man Pages in Text?"
- Reply: Alan Connor: "Re: Man Pages in Text?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|