Milton Cezar Ribeiro wrote: > I have a script under c:/grass/scripts and I start it invoking > GRASS MSYS Console and calling the script. But > when I do that I can“t see which command are > running. Is there a way of I see the command that > are running?
If you add the command "set -x" to the top of the script, bash will print each command as it executes it. -- Glynn Clements <[EMAIL PROTECTED]> _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
