123456789101112131415161718192021222324252627282930 |
- <h2>DESCRIPTION</h2>
- <em>g.mremove</em> is an extended version of
- <em><a href="g.remove.html">g.remove</a></em> which
- provides support for POSIX Basic Regular Expressions and wildcards.
- If the <b>-f</b> force flag is not given then nothing is removed, instead
- a functional <em>g.remove</em> command string is printed to <tt>stdout</tt>
- as a preview of the action to be taken.
- <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$</i>
|