Exemplos de Uso
$
find /home -name "wp-config.php"
$
find /var/www -name "*.php"
$
find /home -mtime -1 -type f
$
find / -size +100M -type f
$
find /tmp -name "*.tmp" -delete
$
find / -perm 777 -type f