[GRASSLIST:5495] Re: [GRASS5] Importing ESRI GRID Files

I have a set of DEM files in ESRI GRID (.adf) format.
Does one of the recent versions of GRASS import these and make them
into a useful format?

Sure, use r.in.gdal.

http://gdal.org/formats_list.html
(AIG)

alternatively, r.in.arc or r.in.ascii will read ESRI ASCII grids.

Hamish