<div dir="ltr"><div><div><div><div><div><div><div><div>Hello list,<br><br></div>This is maybe a very silly question, but I do not know what I am missing. I'm trying to run a script using the --exec interface but using the following command, I get:<br><br>grass73svn /home/veroandreo/grassdata/nc_spm_08_grass7/user1/ --exec test.sh<br>Cleaning up temporary files...<br>Starting GRASS GIS...<br>Executing <test.sh> ...<br>ERROR: Execution of <test.sh> failed:<br>[Errno 2] No such file or directory<br>Exiting...<br><br></div>test.sh looks like this:<br><br>#!/bin/bash<br>g.region -p<br>g.list type=raster<br><a href="http://r.info">r.info</a> elevation<br><br></div>When I just run the commands with the --exec flag, they work fine. For example:<br><br>grass73svn /home/veroandreo/grassdata/nc_spm_08_grass7/user1/ --exec g.region -p<br>Cleaning up temporary files...<br>Starting GRASS GIS...<br>Executing <g.region -p> ...<br>projection: 99 (Lambert Conformal Conic)<br>zone:       0<br>datum:      nad83<br>ellipsoid:  a=6378137 es=0.006694380022900787<br>north:      320000<br>south:      10000<br>west:       120000<br>east:       935000<br>nsres:      500<br>ewres:      500<br>rows:       620<br>cols:       1630<br>cells:      1010600<br>Execution of <g.region -p> finished.<br>Cleaning up temporary files...<br><br></div>What am I missing? Do I need to add extra permissions to my grassdata folder? I find it strange since I've used the exec interface with scripts before without any issues.<br><br></div>Thanks much in advance!<br><br></div>Cheers, <br></div>Vero<br><br></div>ps: in case it matters, I use fedora24, grass trunk r69962M.<br></div>