Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-amd64
On Thu, 14 Apr 2011 06:18:09 +0200
Benny Pedersen <me@...> wrote:
>
> i end with 2 empty files
>
> would have being usefull if -d have turned stderr over to stdout for debug
>
> what more can i try now ?
>
If console redirection is not working, a possible work around is to use
the script command. This will capture everything that is sent to the
console, either via the keyboard or STDOUT/STDERR.
script /path/to/output/file
command 1
command 2
...
exit
See the man page for script.
Frank Peters
|
|