lua-users home
lua-l archive

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



It seems 'popen' is only read, or write, but not both.
What I'm trying to do is like:

	echo blahblahblah | osascript | (catch output)

That is, Lua would be both feeding in _and_ reading the output of the 'osascript' command (which runs AppleScript on OS X).

-ak