Powershell select-object skip multiple lines? - Stack Overflow You can also use the readcount property...

Please Visit: http://ift.tt/1ajReyV



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}

http://ift.tt/1jgMUdt

http://ift.tt/QKdRJR



Powershell select-object skip multiple lines? - Stack Overflow







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1jgMUdx

via LifeLong Community

No comments:

Post a Comment