Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- param(
- [Parameter(Mandatory=$true)]
- [string]$name
- )
- $c = 0
- get-content $name | foreach-object { $_.split(',') | measure-object -Average } | select-object -ExpandProperty Average
Advertisement
Add Comment
Please, Sign In to add comment