On Tue, Nov 4, 2014 at 1:58 PM, Glynn Clements <[email protected]> wrote:
> > Nikos Alexandris wrote: > > > --%<--- > > ...individual comma separated identities for an option named "input" > > can be parsed with the following Bash shell code: > > > > IFS=, > > for opt in $GIS_OPT_INPUT ; do > > ... "$opt" > > done > > --->%-- > > > > Doesn't this require to set the IFS back to what it was? Maybe note it > > too? > > Yes. > > Or even just remove the reference to bash from the 7.x documentation. > If you're using 7.x, Python is almost mandatory, so why would you > write bash scripts? > 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? > > -- > Glynn Clements <[email protected]> > _______________________________________________ > grass-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/grass-dev >
_______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
