[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: input per eliminazione files di una cera "grandezza"



On Thu, 12 Jun 2003 15:46:39 +0200
"matteo_battistini@libero.it" <matteo_battistini@libero.it> wrote:

> 
> ciao a tutti
> 
> ho bisogno di un input:
> mi sono trovato in una cartella con tantissimi files e volevo
> cancellare solo quelli di 45k ... l'ho fatto uno ad uno ma so che

NB: man find

find ./* -maxdepth 0 -size +45k -type f -exec rm {} \;

-- 
mattia



Reply to: