[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: any way to issue a statfs() in Lua ?
- From: Coda Highland <chighland@...>
- Date: Fri, 15 Mar 2013 08:51:49 -0700
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