search for: richardkoliver

Displaying 1 result from an estimated 1 matches for "richardkoliver".

2003 Jan 26
0
Re: removing overstrikes
Your mistake in in your sed script. The sed script should only have the command you want to run. Your script should only have one line in the file in this example. s/.//g or this: s/.\x08//g Joel On Sun, Jan 26, 2003 at 12:59:19PM -0000, richardkoliver <rko15@attbi.com> wrote: > If I type (bash shell, where the backspace character is entered by > typing ctrl-v ctrl-h) > > man modules.conf | sed 's/.^H//g' > out > > the .^H combinations (which produce underlining and boldfacing in the > terminal output) are...