2 lines
59 B
PowerShell
2 lines
59 B
PowerShell
|
|
ForEach-Object -inputobject (get-content c:\file.txt) {$_}
|