5

I'm looking for an editor that will open the file in chunks (not try to read the whole file into memory) as I'm trying to hand-edit a 200G file.

Michael Mrozek
  • 91,316
  • 38
  • 238
  • 232
Clint Priest
  • 306
  • 1
  • 2
  • 7

1 Answers1

7

This may not be exactly what you're looking for, but hexedit will open large files like that. It only has what's displayed in the buffer (and maybe a little bit more) in memory. It's made for editing raw disk files (e.g., /dev/sda) and will display in hex side by side with ASCII or EBCDIC.

bahamat
  • 38,658
  • 4
  • 70
  • 103