<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 4, 2014 at 1:58 PM, Glynn Clements <span dir="ltr"><<a href="mailto:glynn@gclements.plus.com" target="_blank">glynn@gclements.plus.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Nikos Alexandris wrote:<br>
<br>
> --%<---<br>
> ...individual comma separated identities for an option named "input"<br>
> can be parsed with the following Bash shell code:<br>
><br>
> IFS=,<br>
> for opt in $GIS_OPT_INPUT ; do<br>
>      ... "$opt"<br>
> done<br>
> --->%--<br>
><br>
> Doesn't this require to set the IFS back to what it was?  Maybe note it<br>
> too?<br>
<br>
Yes.<br>
<br>
Or even just remove the reference to bash from the 7.x documentation.<br>
If you're using 7.x, Python is almost mandatory, so why would you<br>
write bash scripts?<br></blockquote><div><br></div><div>In what sense mandatory? I see it to be highly desirable, especially if you want to share your scripts. But not everybody is well versed in python, and the option to write bash scripts will remain useful I am sure to part of the users. Why not maintaining some useful references? <br> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Glynn Clements <<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>><br>
_______________________________________________<br>
grass-dev mailing list<br>
<a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br>
</font></span></blockquote></div><br></div></div>