powershell - Select-String

sample code

select-string -pattern "神様" -path "./*.*" 
select-string -pattern "神様" -path (Get-ChildItem -Recurse "*.*")