[GRASS-user] how to supress warnings ???
Markus Neteler
neteler at osgeo.org
Sun Jan 27 08:31:15 EST 2008
On Jan 27, 2008 2:19 PM, Patrick Giraudoux
<patrick.giraudoux at univ-fcomte.fr> wrote:
...
> When I do this in the script:
>
> v.extract -t in=$vector out=essaisV list=$count type=point --o --q
> 2>/dev/null# point extraction
>
> executing the programme, I get:
>
> /home/giraudoux/grassprog/r.what.vbuff: 157: cannot create /dev/null#:
> Permission denied
Try to change
... /dev/null#point extraction
to
... /dev/null #point extraction
White space is needed here.
Markus
More information about the grass-user
mailing list