g.mremove.html 807 B

123456789101112131415161718192021222324252627282930
  1. <h2>DESCRIPTION</h2>
  2. <em>g.mremove</em> is an extended version of
  3. <em><a href="g.remove.html">g.remove</a></em> which
  4. provides support for POSIX Basic Regular Expressions and wildcards.
  5. If the <b>-f</b> force flag is not given then nothing is removed, instead
  6. a functional <em>g.remove</em> command string is printed to <tt>stdout</tt>
  7. as a preview of the action to be taken.
  8. <h2>EXAMPLE</h2>
  9. Delete all raster maps starting with "<tt>tmp_</tt>" in the current mapset:
  10. <div class="code"><pre>
  11. g.mremove -f "tmp_*"
  12. </pre></div>
  13. <h2>SEE ALSO</h2>
  14. <em><a HREF="g.remove.html">g.remove</a></em>
  15. <p>
  16. <a href="http://en.wikipedia.org/wiki/Regular_expression">Regular expression</a> (from Wikipedia, the free encyclopedia)
  17. <h2>AUTHOR</h2>
  18. Huidae Cho<br>
  19. grass4u@gmail.com
  20. <p><i>Last changed: $Date$</i>