[GRASS-dev] problems with --verbose, --overwrite, --quiet
Hamish
hamish_nospam at yahoo.com
Thu Sep 28 02:26:54 EDT 2006
Hi,
just testing out r.random using the latest 6.3-cvs. (works fine on Linux)
some parser problems:
--o doesn't work
without "--verbose" there are no newlines in the console output!
G63> r.random in=elevation.dem raster_output=rand_test n=1000
Collecting Stats ... Writing raster file [rand_test] ... G63>
G63> r.random in=elevation.dem raster_output=rand_test n=1000 --o
Collecting Stats ... ERROR: r.random: Output raster <rand_test> exists!
G63>
G63> g.gisenv get="OVERWRITE"
0
G63> r.random in=elevation.dem raster_output=rand_test2 n=1000 --v
Collecting Stats ... 100%
Writing raster file [rand_test2] ... 100%
G63>
?
thanks,
Hamish
More information about the grass-dev
mailing list