lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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