On Thu, 17 Mar 2005 22:38:49 +0000 hdc at fs.ca wrote: > I need to combine these lines into a single line There is probably a better way to do this, but this seems to work: $ awk '{ printf "%s",$0 }' < foo -- sg