On Wed, 22 Aug 2007, Jason Winningham wrote:
> xastir >/dev/null 2>&1 &
>
> which means "redirect file descriptor 1 to the file specified, then
> redirect file descriptor 2 to the same place".
You can also do this:
(xastir 2>&1) | tee xastir_error.log
Which will pipe STDERR and STDOUT to the screen and to a file.
--
Curt, WE7U: <www.eskimo.com/~archer/> XASTIR: <www.xastir.org>
"Lotto: A tax on people who are bad at math." -- unknown
"Windows: Microsoft's tax on computer illiterates." -- WE7U
The world DOES revolve around me: I picked the coordinate system!
_______________________________________________
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir