On Tue, May 1, 2012 at 4:54 PM, Rich Shepard <[email protected]> wrote: > > GRASS 6.5.svn :~/grassdata > for file in > "/home/rshepard/projects/data/*.kml"; do >> v.in.ogr dsn="$file" out='$file'; done > ERROR: Unable to open data source > </home/rshepard/projects/washington/buckhorn/data/*.kml> >
I think the quotes around "/home/rshepard/projects/data/*.kml" are preventing the asterisk from being expanded as a wildcard. Try removing them. Cheers, Tyler _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
