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
  • 93,103
  • 40
  • 240
  • 233

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
  • 39,666
  • 4
  • 75
  • 104