Hello!
What is happen with the option file-scripting in Grass 6.0? It is not
available? What can I do scripts?
Thank you
Hello!
What is happen with the option file-scripting in Grass 6.0? It is not
available? What can I do scripts?
Thank you
What is happen with the option file-scripting in Grass 6.0? It is not
available? What can I do scripts?
just save the commands into a script file, then run it from the prompt.
either with
. commands.txt
or
sh commands.txt
or
chmod u+x commands.txt
./commands.txt
use the "history" command to get a list of previous commands.
'd.save -o' is nice too.
Hamish