Hacker News new | ask | show | jobs
by Doctor_Fegg 2283 days ago
Not just DOS. CP/M also used CTRL-Z, principally because file lengths weren’t stored on disk - just the list of 128-byte blocks. So to get granularity beyond multiples of 128, you need an explicit EOF character.