Oct 27, 2022

Read a big file using PowerShell

# Command-Format: Get-Content 'your-file-path' -Tail <number-of-line>

Get-Content '.\mylargefile.txt' -Tail 5000 # Get-Content D:\MyBigFeedFile.txt | Select-Object -skip 123798766555672 -first 6

No comments:

Post a Comment

If you have any doubt or question, please contact us.