Please Visit: http://ift.tt/1ajReyV
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1jgMUdx
via LifeLong Community
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
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
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