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


by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *