Tagged Questions
0
votes
2answers
53 views
How to write a batch command in linux ubuntu 10.04?
I have an installed library called Gdal which runs certain GIS commands.
This command runs for a single file
gdal_translate -a_srs EPSG:25832 INPUT_FILE OUTPUT_FILE
but I would like to run a ...