[Xastir] standard err

Curt, WE7U archer at eskimo.com
Fri Aug 24 18:40:14 EDT 2007


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!



More information about the Xastir mailing list