4 lines
64 B
PowerShell
4 lines
64 B
PowerShell
Get-Content c:\file.txt |
|
|
ForEach-Object {
|
|
$_
|
|
}
|