[ CATEGORIE ] : Windows

[ TITLE    ] : find in files avec powershell
[ CATEGORY ] : //
[ DATE     ] :

Comment rechercher un terme dans des fichiers sous Powershell Get-ChildItem -Path f:\LE\CHEMIN\DOSSIER -Recurse | Select-String -Pattern "Mot-à-Chercher"