Popular bash commands in PowerShell:
grep: Select-String
Select-String -r "console" .\foo\**\*.js
cat: Get-Content
Get-Content foo.md
pcopy: Set-Clipboard
Get-Content foo.md | Set-Clipboard
tail: Get-Content
Get-Content "Filename" -Wait -Tail 10