I'm a bit surprised because I believe that there is no obvious way to delete a section of bytes of a file.
That is, suppose I have a file that holds 900 GB, and want to delete 8 bytes starting from offset 54.
Is there any way to do it without passing data to memory?
Thank you!