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

2 lines
59 B
Plaintext

ForEach-Object -inputobject (get-content c:\file.txt) {$_}