Kategorie
Bez kategorii

Linux find and remove modified files

find . -type f -mtime -10 -name '*.php' -exec rm -f {} \;

Dodaj komentarz