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