Oct 17, 2013

View huge text size file in windows

You can do it either with 010 Editor (Free or License) edition but you can do it also using Power Shell.


In power shell write "gc filename.ext -first X"

First means first lines
X means total lines

In this case "gc temp.csv -first 150" we will see the first 150 lines in the temp.csv file.