<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.2.3">
</HEAD>
<BODY>
Hi All,<BR>
<BR>
I want to surpress the output of some Grass commands when using a script, by redirecting it to /dev/null.<BR>
I use:<BR>
<BR>
null=/dev/null<BR>
r.mapcalc 'map=etcetc' &gt;&gt; $null<BR>
<BR>
Some of the output gets redirected, but some still appears on screen. How can I redirect the other output as well?<BR>
<BR>
ADThanksVANCE,<BR>
<BR>
-Jeroen.<BR>
<BR>
</BODY>
</HTML>