xray
2014-12-30 22:33:28 UTC
Anyone have a way to strip xxx bytes from the beginning of a binary
file, writing the remainder to a new file? (Something like the TAIL
command but for binary content instead of lines of a file.).
Would be nice if it could find the first occurence of the string
"RIFF" in the file and stripping all bytes before this string.
Thanks.
file, writing the remainder to a new file? (Something like the TAIL
command but for binary content instead of lines of a file.).
Would be nice if it could find the first occurence of the string
"RIFF" in the file and stripping all bytes before this string.
Thanks.