How to strip edit characters

Jeff Beadles jeff at onion.pdx.com
Sat Oct 6 13:51:30 AEST 1990


In <6665 at aplcen.apl.jhu.edu> ejmag at aplcen (Magnusson Eric 859-4680) writes:

...
>Is there a "shell" way to remove the backspace characters, yet retain
>the text in its final form?
...

Well, for systems that have it, the "col" command works just fine.  Use it as a
pipeline, ie:

col -b < input_yuch_o_file > neat_o_file


	-Jeff
-- 
Jeff Beadles	jeff at onion.pdx.com



More information about the Comp.unix.shell mailing list