On Sun, 10 Feb 2008, Riccardo (Jack) Lucchetti wrote:
On linux, you have a poor man's version of the --quiet switch,
that is
redirecting output to /dev/null, as in
outfile "/dev/null" --write
vecm 2 3 1 2 3
outfile "/dev/null" --close
A couple of observations here.
First, I've added a portable version of the above:
outfile null --write
...
outfile --close
Using the keyword "null" in place of a real filename disables
gretl's printing functions -- they become no-ops.
Second, Sven, if you're using plain "gretl" (i.e. gretl_x11) for
large-scale simulations, don't. Use gretlcli instead. This saves
you all the GUI overhead.
Allin.