gci -r -fi *.txt # AKA Get-ChildItem -Recurse -Filter '*.txt'
PowerShell equivalent of find