Ir al contenido
Obtener las dos primeras líneas de un fichero (PowerShell)
PowerShell
PowerShell
Get-Content .\fichero.txt -First 2
1
Get-Content
.
\
fichero
.
txt
-First
2