|
sorry if I misunderstood your question. you can manipulate a binary file with vi :
vi -b filename.
But on my computer, even without the -b option, I can enter a 100000 character long line and save it (under vi) with no problems. Your problem may come from somthing else.
|