Tagged Questions
0
votes
1answer
217 views
Command or script to read a binary file and skip some bytes every X bytes
I am trying to find an Android shell command that is able to read a file but that has the power to skip, for example 512 bytes every 1024 bytes.
Does such a command exist and is available for ...