Why Get-Content Ain’t Yer Friend | PowerShell.org $file = New-Object System.IO.StreamReader -Arg "test.txt...

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



Why Get-Content Ain’t Yer Friend | PowerShell.org

$file = New-Object System.IO.StreamReader -Arg "test.txt"

while ($line = $file.ReadLine()) {

# $line has your line

}

$file.close()http://ift.tt/1saWqOL

http://ift.tt/1iy9egZ



Why Get-Content Ain’t Yer Friend | PowerShell.org







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

via LifeLong Community

No comments:

Post a Comment