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