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