Hi,
'g.list -f type=rast' doesn't work since G_gisbase()/etc/lister/cell
does not exist. Is it still a valid flag (-f)?
Huidae Cho
Hi,
'g.list -f type=rast' doesn't work since G_gisbase()/etc/lister/cell
does not exist. Is it still a valid flag (-f)?
Huidae Cho
On Thu, Feb 10, 2005 at 03:16:29PM -0600, Huidae Cho wrote:
Hi,
'g.list -f type=rast' doesn't work since G_gisbase()/etc/lister/cell
does not exist. Is it still a valid flag (-f)?
For me (6-CVS, Mdk10) it works.
But, in fact,
ls -l $GISBASE/etc/lister/cell
is not there. I also wondered about this legacy code:
GRASS 6.0.cvs:~/grass60/general/manage/cmd > grep etc/lister/ *
list.c: sprintf (lister, "%s/etc/lister/%s", G_gisbase(), list[n].element[0]);
but didn't look if these lines are ever reached.
Markus