If you're redirecting output from man, you don't want to remove the ^H first, it's valuable information. Something like:
% man ls | perl -pe 's/.^H//g;' > foo
will remove both the ^H and the duplicate character at the same time.
In reply to Re: Removing characters
by eg
in thread Removing characters
by TStanley
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |