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