[oclug] sed/tr question

Stephen Gregory oclug at kernelpanic.ca
Thu Mar 17 22:46:59 EST 2005


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


More information about the OCLUG mailing list