in reply to Re: How can I make it to a one liner
in thread How can I make it to a one liner
The test file:
a,b,c,d,e f,g,e,h i,j, l,m n ,
greatshots' output:
(no newline at the end)a,b,c d,e,f,g,e h,i,j,l,m,n,
My output:
(no trailing newline)a,b,c d,e,f g,e,h i,j,l m,n,
ikegami's output:
a,b,c d,e f,g e,h i,j l,m n ,
It would be interesting to know what the desired output is (and if it matters at all)
|
|---|