find — chercher fichiers
Recherche puissante de fichiers et exécution d'actions · Catégorie : Linux
Recherche
| Commande | Description |
find . -name '*.py' | Tous les .py récursivement |
find / -type f -size +100M | Fichiers > 100 MB |
find . -mtime -7 | Modifiés depuis 7 jours |
find . -name '*.log' -delete | Supprimer les .log |
🚀 Essayer le terminal IA Omnexia gratuit
Cheat sheet propulsé par Omnexia.ai — Plateforme d'orchestration multi-IA avec terminal intégré.