>>>>> Hamish <[EMAIL PROTECTED]> writes:
[...]
> Also the "for MAP in ``" method would need to be changed if there are
> thousands of maps?
I don't think so. Since the `for' command is internal to the
Shell, there's no command line to be passed to any other
process, and so there're no command line length limits in force.
Still, using COMMAND | while read VARN ; do ...; done looks more
clean to me.
> this is just the idea. non functional...
[...]
> i=0
> for MAP in `g.mlist patt='ortho_*'` ; do
[...]
> done
[...]
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user