José María Michia Roberts wrote:

> I'm still learning! I have found that a simple call to function
> "system()"  is enough. But I was curious to learn how to use "fork /
> exec", and was a bit difficult for me.

Note that system() is rather error-prone if you need to be able to
pass variable parameters to the command, as you need to quote or
escape characters which are significant to the shell (of which there
are many).

-- 
Glynn Clements <[email protected]>
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to