1g.mremove(1)                  Grass User's Manual                 g.mremove(1)
2
3
4

NAME

6       g.mremove  - Apply regular expressions and wildcards to g.remove
7

KEYWORDS

9       general, map management
10

SYNOPSIS

12       g.mremove
13       g.mremove help
14       g.mremove   [-rf]    [rast=string]     [rast3d=string]    [vect=string]
15       [region=string]     [icon=string]     [label=string]     [dview=string]
16       [group=string]   [--verbose]  [--quiet]
17
18   Flags:
19       -r
20           Use regular expression instead of wildcard
21
22       -f
23           Force removal (required for actual deletion of files)
24
25       --verbose
26           Verbose module output
27
28       --quiet
29           Quiet module output
30
31   Parameters:
32       rast=string
33           Raster to remove
34
35       rast3d=string
36           3d raster to remove
37
38       vect=string
39           Vector to remove
40
41       region=string
42           Region to remove
43
44       icon=string
45           Icon to remove
46
47       label=string
48           Label to remove
49
50       dview=string
51           3dview to remove
52
53       group=string
54           Group to remove
55

DESCRIPTION

57       g.mremove  applies  regular  expressions and wildcards to g.remove.  If
58       the -f force flag is not given then nothing is removed, instead a func‐
59       tional g.remove command string is printed to stdout as a preview of the
60       action to be taken.
61

EXAMPLE

63       Delete all raster maps starting with "tmp_" in the current mapset:
64         g.mremove -f "tmp_*"
65
66

SEE ALSO

68       g.remove
69

AUTHOR

71       Huidae Cho
72       grass4u@gmail.com
73
74       Last changed: $Date: 2007-02-12 15:54:40 +0100 (Mon, 12 Feb 2007) $
75
76       Full index
77
78       © 2003-2008 GRASS Development Team
79
80
81
82GRASS 6.3.0                                                       g.mremove(1)
Impressum