[R] Remove
Alvaro Colina Santamaria
acosa at ubu.es
Wed Mar 7 13:49:58 CET 2001
Stephanie Langevin wrote:
> Hello,
>
> I would like to remove some files which have the extension .test for
> example (data1.test, data2.test ....).
> Is there another solution to remove them instead of doing it one by one
> ?
>
> Thanks for your help,
> Stéphanie Langevin
>
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
> r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
> Send "info", "help", or "[un]subscribe"
> (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
You can use:
rm(list=objects(pattern=".test"))
--
==============================================================
Alvaro Colina |-|o||o||o||o||o||o||o||o||o|-
Area de Quimica Analitica | Pza. Misael Banuelos s/n
Facultad de Ciencias | 09001. Burgos. Spain
Universidad de Burgos | Phone: 34-947-258817
e-mail: acosa at ubu.es | FAX: 34-947-258831
==============================================================
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list