DESCRIPTION
g.mremove removes data files matching a pattern given by wildcards or POSIX Extended Regular Expressions.
If the -f force flag is not given then nothing is removed, instead
the list of selected file names is printed to stdout
as a preview of the files to be deleted.
EXAMPLE
Delete all raster maps starting with "tmp_" in the current mapset:
# show matching raster maps but do not delete yet (as verification)
g.mremove rast="tmp_*"
# actually delete the matching raster maps
g.mremove -f rast="tmp_*"
SEE ALSO
g.remove
AUTHOR
Huidae Cho
grass4u@gmail.com
Last changed: $Date: 2013-11-09 16:24:27 +0100 (Sat, 09 Nov 2013) $