Re: Redirecting stdout and stderr
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Redirecting stdout and stderr
- From: Dirk Laurie <dirk.laurie@...>
- Date: Thu, 8 Nov 2012 08:19:37 +0200
2012年11月8日 Paul K <paulclinger@yahoo.com>:
> Here is my script that shows changing io.stdout doesn't seem to have any
> effect on print() and io.write:
It seems (not documented in the manual) that print() and write
expect io.output() to return a file, not something callable with the
same methods.