Ricerca di file su Linux modificati in un particolare intervallo di tempo
Ottobre 16th, 2008 glycerin Posted in Linux | No Comments »
Ecco un utile utilizzo di find per la ricerca di file, all’interno di una directory, che siano stati modificati in un intervallo di tempo ben specifici.
find /path/to/files -name * -mtime +”$days_to_end_of_month” -mtime -”$days_to_start_of_month” -exec ls -l {} ;
Related posts:




Leave a Reply