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? - How to Answer
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? - How to Answer
No comments:
Post a Comment