... efficient way (in Lua, of course) to copy a file from stdin to stdout: while true do local block = io.read(2^13) -- buffer size is 8K if not block then ...
確定! 回上一頁