I have a file with binary data and I need to replace a few bytes in a certain position. I\'ve come up with the following to direct bash to the offset and show me that it fou
You might put the desired input into a file and use the "if=" option to dd to insert exactly the input you desire.