Search Suggest

Find command delete specific files older than 7 days in linux
Find command delete specific files older than 7 days in linux

find command delete files older than x days

Find command delete specific files older than 7 days in linux /usr/bin/find /var/www/html/uploads -name "*.pdf" -type f -mtime +7 -exec rm …