RosettaCodeData/Task/Input-loop/PowerShell/input-loop-1.psh

5 lines
64 B
Plaintext

Get-Content c:\file.txt |
ForEach-Object {
$_
}