NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: iconv command problem



On 28 March 2011 07:06, H Xu <xusubsc%gmail.com@localhost> wrote:
> Hello Everyone,
>
> On both Linux and FreeBSD, the following command could be used to remove
> invalid characters:
>
> $ man cc | iconv -c
>
> However, on NetBSD, it seems that iconv doesn't support this kind of usage.
> Is there any solution?

Why not use col(1)?

man foo | col -bx


Home | Main Index | Thread Index | Old Index