1g.mremove(1) Grass User's Manual g.mremove(1)
2
3
4
6 g.mremove - Apply regular expressions and wildcards to g.remove
7
9 general, map management
10
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]
17
18 Flags:
19 -r use regular expression instead of wildcard
20
21 -f force removal (required for actual deletion of files)
22
23 Parameters:
24 rast=string
25 raster to remove
26
27 rast3d=string
28 3d raster to remove
29
30 vect=string
31 vector to remove
32
33 region=string
34 region to remove
35
36 icon=string
37 icon to remove
38
39 label=string
40 label to remove
41
42 dview=string
43 3dview to remove
44
45 group=string
46 group to remove
47
49 g.mremove applies regular expressions and wildcards to g.remove. If
50 the -f force flag is not given then nothing is removed, instead a func‐
51 tional g.remove command string is printed to stdout as a preview of the
52 action to be taken.
53
55 Delete all raster maps starting with "tmp_" in the current mapset:
56 g.mremove -f "tmp_*"
57
58
60 g.remove
61
63 Huidae Cho
64 grass4u@gmail.com
65
66 Last changed: $Date: 2007/03/08 13:51:30 $
67
68 Full index
69
70
71
72GRASS 6.2.2 g.mremove(1)