g.mremove.html 790 B

123456789101112131415161718192021222324252627
  1. <h2>DESCRIPTION</h2>
  2. <em>g.mremove</em> removes data files matching a pattern given by wildcards or POSIX Extended Regular Expressions.
  3. If the <b>-f</b> force flag is not given then nothing is removed, instead
  4. the list of selected file names is printed to <tt>stdout</tt>
  5. as a preview of the files to be deleted.
  6. <h2>EXAMPLE</h2>
  7. Delete all raster maps starting with "<tt>tmp_</tt>" in the current mapset:
  8. <div class="code"><pre>
  9. g.mremove -f "tmp_*"
  10. </pre></div>
  11. <h2>SEE ALSO</h2>
  12. <em><a HREF="g.remove.html">g.remove</a></em>
  13. <p>
  14. <a href="http://en.wikipedia.org/wiki/Regular_expression">Regular expression</a> (from Wikipedia, the free encyclopedia)
  15. <h2>AUTHOR</h2>
  16. Huidae Cho<br>
  17. grass4u@gmail.com
  18. <p><i>Last changed: $Date: 2008-06-28 03:23:07 -0500 (Sat, 28 Jun 2008) $</i>