This file is indexed.

/usr/share/doc/grass-doc/html/g.mremove.html is in grass-doc 6.4.3-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>GRASS GIS manual: g.mremove</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="grassdocs.css" type="text/css">
</head>
<body bgcolor="white">

<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>

<h2>NAME</h2>
<em><b>g.mremove</b></em>  - Removes data base element files from the user's current mapset.
<h2>KEYWORDS</h2>
general, map management
<h2>SYNOPSIS</h2>
<b>g.mremove</b><br>
<b>g.mremove help</b><br>
<b>g.mremove</b> [-<b>refb</b>]  [<b>rast</b>=<em>string</em>[,<i>string</i>,...]]   [<b>rast3d</b>=<em>string</em>[,<i>string</i>,...]]   [<b>vect</b>=<em>string</em>[,<i>string</i>,...]]   [<b>oldvect</b>=<em>string</em>[,<i>string</i>,...]]   [<b>asciivect</b>=<em>string</em>[,<i>string</i>,...]]   [<b>icon</b>=<em>string</em>[,<i>string</i>,...]]   [<b>labels</b>=<em>string</em>[,<i>string</i>,...]]   [<b>sites</b>=<em>string</em>[,<i>string</i>,...]]   [<b>region</b>=<em>string</em>[,<i>string</i>,...]]   [<b>region3d</b>=<em>string</em>[,<i>string</i>,...]]   [<b>group</b>=<em>string</em>[,<i>string</i>,...]]   [<b>3dview</b>=<em>string</em>[,<i>string</i>,...]]   [--<b>verbose</b>]  [--<b>quiet</b>] 

<h3>Flags:</h3>
<DL>
<DT><b>-r</b></DT>
<DD>Use basic regular expressions instead of wildcards</DD>

<DT><b>-e</b></DT>
<DD>Use extended regular expressions instead of wildcards</DD>

<DT><b>-f</b></DT>
<DD>Force removal (required for actual deletion of files)</DD>

<DT><b>-b</b></DT>
<DD>Remove base maps</DD>

<DT><b>--verbose</b></DT>
<DD>Verbose module output</DD>
<DT><b>--quiet</b></DT>
<DD>Quiet module output</DD>
</DL>

<h3>Parameters:</h3>
<DL>
<DT><b>rast</b>=<em>string[,<i>string</i>,...]</em></DT>
<DD>rast file(s) to be removed</DD>

<DT><b>rast3d</b>=<em>string[,<i>string</i>,...]</em></DT>
<DD>rast3d file(s) to be removed</DD>

<DT><b>vect</b>=<em>string[,<i>string</i>,...]</em></DT>
<DD>vect file(s) to be removed</DD>

<DT><b>oldvect</b>=<em>string[,<i>string</i>,...]</em></DT>
<DD>oldvect file(s) to be removed</DD>

<DT><b>asciivect</b>=<em>string[,<i>string</i>,...]</em></DT>
<DD>asciivect file(s) to be removed</DD>

<DT><b>icon</b>=<em>string[,<i>string</i>,...]</em></DT>
<DD>icon file(s) to be removed</DD>

<DT><b>labels</b>=<em>string[,<i>string</i>,...]</em></DT>
<DD>labels file(s) to be removed</DD>

<DT><b>sites</b>=<em>string[,<i>string</i>,...]</em></DT>
<DD>sites file(s) to be removed</DD>

<DT><b>region</b>=<em>string[,<i>string</i>,...]</em></DT>
<DD>region file(s) to be removed</DD>

<DT><b>region3d</b>=<em>string[,<i>string</i>,...]</em></DT>
<DD>region3d file(s) to be removed</DD>

<DT><b>group</b>=<em>string[,<i>string</i>,...]</em></DT>
<DD>group file(s) to be removed</DD>

<DT><b>3dview</b>=<em>string[,<i>string</i>,...]</em></DT>
<DD>3dview file(s) to be removed</DD>

</DL>
<h2>DESCRIPTION</h2>

<em>g.mremove</em> removes data files matching a pattern given by wildcards or POSIX Extended Regular Expressions.
If the <b>-f</b> force flag is not given then nothing is removed, instead
the list of selected file names is printed to <tt>stdout</tt>
as a preview of the files to be deleted.

<h2>EXAMPLE</h2>

Delete all raster maps starting with "<tt>tmp_</tt>" in the current mapset:
<div class="code"><pre>
  g.mremove -f "tmp_*"
</pre></div>

<h2>SEE ALSO</h2>

<em><a href="g.remove.html">g.remove</a></em>
<p>
<a href="http://en.wikipedia.org/wiki/Regular_expression">Regular expression</a> (from Wikipedia, the free encyclopedia)

<h2>AUTHOR</h2>

Huidae Cho<br>
grass4u@gmail.com

<p><i>Last changed: $Date: 2011-11-08 01:42:51 -0800 (Tue, 08 Nov 2011) $</i>
<HR>
<P><a href="index.html">Main index</a> - <a href="general.html">general index</a> - <a href="full_index.html">Full index</a></P>
<P>&copy; 2003-2013 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
</body>
</html>