lua-users home
lua-l archive

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


On Fri, Mar 15, 2013 at 8:37 AM, petah <lua@laufenberg.ch> wrote:
>>I wonder if their is anyway to do a statfs() from Lua ?
>
> can't you just issue io.popen() commands and retrieve the result?
>
> I wrote some wrappers for my Debian hackery doing exec, piped single- and multi-line retrieval if you want.
>
> -- p
>

He specifically said he didn't want to exec another process due to the
weight of doing so.

/s/ Adam