in reply to Re^2: processing huge files
in thread processing huge files
I used dd because it can access directly a position in a file using skip, and then sequentialy read its content, without needing to load the whole file and then point to a location.