<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>RE: [GRASS-user] suppress output to terminal completely</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>I use the --quiet option but then the output changes from<BR>
<BR>
tracing patch 1<BR>
tracing patch 2<BR>
<BR>
etc...<BR>
<BR>
to tracing patch 1 and then only flipping this number and not rewriting the line.<BR>
<BR>
So it does not respect the --quiet option completely...<BR>
<BR>
And the 2&gt; /dev/null option seems to work, now my script can run in the background and I can keep working.<BR>
<BR>
Thanks,<BR>
Koen<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Paul Kelly [<A HREF="mailto:paul-grass@stjohnspoint.co.uk">mailto:paul-grass@stjohnspoint.co.uk</A>]<BR>
Sent: Mon 29-12-2008 17:36<BR>
To: Hufkens Koen<BR>
Cc: grass-user@lists.osgeo.org<BR>
Subject: Re: [GRASS-user] suppress output to terminal completely<BR>
<BR>
On Mon, 29 Dec 2008, Hufkens Koen wrote:<BR>
<BR>
&gt;<BR>
&gt; Hi list,<BR>
&gt;<BR>
&gt; I'm working with r.le.patch in both scripts as well as interactively on the terminal.<BR>
&gt;<BR>
&gt; Since these calculations take up a lot of time I would like to move them to the background.<BR>
&gt;<BR>
&gt; If I use r.le.patch -mysettings &amp; this will do just that.<BR>
&gt;<BR>
&gt; However, the module still spews stuff to my terminal. This is very annoying as I login remotely so I can't fall back on the GUI menus.<BR>
&gt;<BR>
&gt; Can I disable my terminal output completely?<BR>
&gt;<BR>
&gt; dumping stout to /dev/null does not seem to work...<BR>
<BR>
GRASS modules send informative messages to stderr, not stdout - so adding<BR>
2&gt;/dev/null<BR>
(Bash shell syntax) should work. But have you tried r.le.patch --quiet<BR>
first of all? I'm not sure if r.le.patch respects the --quiet setting, but<BR>
redirecting stderr to /dev/null definitely will work.<BR>
<BR>
Paul<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>