[Pluto-help] Script

Antonio Cuni cuni a programmazione.it
Mar 14 Maggio 2002 23:02:33 CEST


Il 15:09, marted́ 14 maggio 2002, Gianluca Montecchi ha scritto:
> > find nome_directory/ -exec 'rm {}'\;
> >
> > non l'ho testato ma dovrebbe andare.
>
> Se imposti correttamente il filtro sul nome del file si, altrimenti ti
> cancella tutti i file.

ehm... forse dovrei dire *per fortuna* non l'ho testato :-))
ovviamente la versione corretta e`:

find nome_directory/ -name '*#*' -exec 'rm {}'\;

ciao Anto
-- 
Antonio Cuni, 20 anni, studente
Brainbench C++ Master: 4.73, higher than 99% of all previous test takers.
C Language: 3.79, higher than 92% of all previous test takers.
Guida C/C++ di Programmazione.it: http://cpp.programmazione.it




More information about the pluto-help mailing list