Skip to content

Instantly share code, notes, and snippets.

@bundyfx
Last active March 5, 2016 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bundyfx/1ef0455eb9bcbcc2d627 to your computer and use it in GitHub Desktop.
Save bundyfx/1ef0455eb9bcbcc2d627 to your computer and use it in GitHub Desktop.
Measure-Command { Write-Output (((Select-String -Path (Get-ChildItem C:\FoxDeploy -Recurse -Filter *.pgn) -Pattern '^\[Result\s"\d.*' -AllMatches).Matches.Value ) | Group-Object -NoElement | Format-Table -AutoSize) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment