PowerShell PowerShell cd D:\ficheros\ ls -Recurse | %{ gc $_ | Select-String "ejemplo@ejemplo.com" } 1234 cd D:\ficheros\ls -Recurse | %{gc $_ | Select-String "[email protected]"}