On Tue, Feb 18, 2003 at 02:39:16PM +1030, Owen Lucas wrote:
> as for the program to change chr(0xa0) to chr(0x20) I could do that in C 
> with something like the below. (untested) But some scripting dude could 
> knock something better up in a jiffy.

tr '\240' '\040' < infile > outfile

> int main(argc,argv)      /* enable comand line arguments */
>      int argc;
>      char *argv[];

Looks like you are older than me ;-)

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)

Reply via email to