Ir al contenido
Get the first 10 lines from a text file (PowerShell)
PowerShell
PowerShell
Get-Content file.txt -TotalCount 10
1
Get-Content
file
.
txt
-TotalCount
10