lua-users home
lua-l archive

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


> one way to do it is to parse the result of:
> 
> os.execute("ifconfig")

So, use io.popen instead.