On 15/08/2010 12.08, Gavin Wraith wrote:
I usually avoid concatenations with do local cmd = "echo '%s'>>\etc\putty\putty1.log" os.execute (cmd:format(zz)) end
Interesting, I never thought of it. Enrico