I would need to read the contents of an entire file composed not only of alphanumeric characters but also of control codes, replace some strings with others (of different length), and save the modified content on a file with a different name
Which instruction to read the file itself byte by byte?
Which instruction to read the file itself byte by byte?