<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Markus Neteler a &eacute;crit&nbsp;:
<blockquote
 cite="mid:86782b610801270531t25137cd0tb0a5083b80a2d28d@mail.gmail.com"
 type="cite">
  <pre wrap="">On Jan 27, 2008 2:19 PM, Patrick Giraudoux
<a class="moz-txt-link-rfc2396E" href="mailto:patrick.giraudoux@univ-fcomte.fr">&lt;patrick.giraudoux@univ-fcomte.fr&gt;</a> wrote:
...
  </pre>
  <blockquote type="cite">
    <pre wrap=""> When I do this in the script:

  v.extract -t in=$vector out=essaisV list=$count type=point --o --q
2&gt;/dev/null# point extraction

 executing the programme, I get:

 /home/giraudoux/grassprog/r.what.vbuff: 157: cannot create /dev/null#:
Permission denied
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Try to change
... /dev/null#point extraction
to
... /dev/null #point extraction

White space is needed here.

Markus


  </pre>
</blockquote>
Works fantastic ! Thanks...<br>
<br>
Patrick<br>
<br>
</body>
</html>