Last active
November 11, 2020 23:51
-
-
Save atodev/8099008ce2458886f5ec397ca7450d76 to your computer and use it in GitHub Desktop.
[Lines] #PoweShell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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