[Php-it] [OT] Eliminare tutte le occorrenze di un file in una Direcotory

Francesco F franco at inpe.unipi.it
Thu Sep 21 12:17:37 CEST 2006


On 21/09/2006 12.07, Domenico L. wrote:
> 
> Pare che rm non supporti la pipe line...
> 
find . -type d -name "CVS" -exec rmdir {} \;
Ovviamente prima fai un bel echo: find . -type d -name "CVS" -exec echo 
rmdir {} \;

A tuo rischio e pericolo :-)

	Francesco


More information about the Php-it mailing list