On Mon, Dec 5, 2016 at 9:35 PM, Veronica Andreo <[email protected]> wrote: > Hello list, > > 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: > > grass73svn /home/veroandreo/grassdata/nc_spm_08_grass7/user1/ --exec test.sh
Like this the "test.sh" must be in the current path. So: - either give the full path (as Moritz wrote) - or call it like this: .... --exec sh test.sh Cheers Markus _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
