I would like to split a binary file into smaller files based on pattern 'xÚ' (it's 78 DA in hexadecimal), so when there's an 'xÚ' in the file the splitter script splits and pastes the content into a new file until another 'xÚ' can be found. The newly created files should start as 'xÚ'.
FreeBSD AWK, GREP, sh preferred.
