lua-users home
lua-l archive

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


> P.S. The manual only quotes 'r' and 'w', there is no mention of 'wb'.

In Posix, the only possible modes for popen are 'r' and 'w':
	http://pubs.opengroup.org/onlinepubs/009695399/functions/popen.html

To quote: "if mode is any other value, the result is undefined."