Michael Kelly wrote: > If you're on a unix flavor this works pretty well > > tr -d '\015' <infile >outfile Whoops! Should just be tr -d '015' <infile >outfile No need for the backslash. -- "Only choice is an oxymoron."