Skip to content

Instantly share code, notes, and snippets.

@atodev
Last active November 11, 2020 23:51
Show Gist options
  • Save atodev/8099008ce2458886f5ec397ca7450d76 to your computer and use it in GitHub Desktop.
Save atodev/8099008ce2458886f5ec397ca7450d76 to your computer and use it in GitHub Desktop.
[Lines] #PoweShell
PS - count lines
PS M:\LastCheck> dir -Recurse *.csv | Get-Content | Measure-Object -Line
get unique list From
PS M:\LastCheck> dir -Recurse *.llc | Get-Content |select-object 'From' | Sort -Descending -Unique
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment