Darrell McCauley <mccauley at ecn.purdue.edu> suggested using 'tr', so I tried it and it seems to work! To convert newline characters to spaces try the following: tr '\012' ' ' < infile > outfile Thanks for the info... Andrew Hertz hertz at geog.psu.edu