Ir al contenido
Get the fifth line of a text file (PowerShell)
PowerShell
PowerShell
(Get-Content file.txt)[5]
1
(
Get-Content
file
.
txt
)
[
5
]