You can also use the readcount property to exclude lines:
get-content d:\testfile.txt | where {$_.readcount -lt 3 -or $_.readcount -gt 7}Read full article from Powershell select-object skip multiple lines? - Stack Overflow
You can also use the readcount property to exclude lines:
get-content d:\testfile.txt | where {$_.readcount -lt 3 -or $_.readcount -gt 7}Read full article from Powershell select-object skip multiple lines? - Stack Overflow
No comments:
Post a Comment