<div dir="ltr">Hola! <div><br></div><div>See? I knew it was a silly question :-P Thank you for your answers!</div><div><br></div><div>It works both with sh test.sh and ./test.sh (@Moritz, yes the +x was there)</div><div><br></div><div>Thanks again! Will send a diff with the example for the manual page.</div><div><br></div><div>Cheers, </div><div>Vero</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-12-06 8:33 GMT+01:00 Moritz Lennert <span dir="ltr"><<a href="mailto:mlennert@club.worldonline.be" target="_blank">mlennert@club.worldonline.be</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 05/12/16 23:06, Markus Neteler wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Mon, Dec 5, 2016 at 9:35 PM, Veronica Andreo <<a href="mailto:veroandreo@gmail.com" target="_blank">veroandreo@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello list,<br>
<br>
This is maybe a very silly question, but I do not know what I am missing.<br>
I'm trying to run a script using the --exec interface but using the<br>
following command, I get:<br>
<br>
grass73svn /home/veroandreo/grassdata/nc_<wbr>spm_08_grass7/user1/ --exec test.sh<br>
</blockquote>
<br>
Like this the "test.sh" must be in the current path.<br>
So:<br>
- either give the full path (as Moritz wrote)<br>
- or call it like this: .... --exec sh test.sh<br>
</blockquote>
<br></span>
And just to make sure: If you use the full path (or ./test.sh), test.sh has to have the executable bit set, i.e. chmod +x test.sh.<span class="HOEnZb"><font color="#888888"><br>
<br>
Moritz<br>
</font></span></blockquote></div><br></div>