[Gdal-dev] gdaltindex on numerous files

Mateusz Loskot mateusz at loskot.net
Wed Jun 14 10:56:27 EDT 2006


Kralidis,Tom [Burlington] wrote:
>  
> Thanks for the info.  This did the trick:
>  
> $ find $PWD -name "*.tif" -exec gdaltindex srtm-index3 {} \;

Tom, as Howard said too, you can achive the same with simplier syntax
using xargs:

find $PWD -name '*.tif' | xargs gdaltindex indexfile


Cheers
-- 
Mateusz Loskot
http://mateusz.loskot.net



More information about the Gdal-dev mailing list