On Mon, Nov 06, 2006 at 09:50:05AM -0500, Paul Fox wrote:
> > + while (nr--)
> > + {
> > + bb_printf ("%c", ch);
> > + }
>
>
>uh, no. i don't think so.
ditto for the getopt() call. Please use getopt32() instead (see
libbb/getopt32.c for docs)
PS: can't you do something like printf "\xff" | dd instead ?