Thursday, June 19, 2008

trouver les fichier modifiés il y a moins d'1 heure et dont le chemin ne contient pas CVS

find . -mmin -60 -type f | grep -v CVS

No comments: