Technical Q&A QA1765 : How to Match a Crash Report to a Build explains how to "Find the Build Identifier in a Crash Report" using grep.
$ grep -A=1 "Binary Images:" Example.crash
Binary Images:
0xb6000 - 0xb7fff +Example armv7 <270a9b9d7a333a4a9f1aaf8186f81394> /var/mobile/Applications/28D4F177-D312-4D3B-A76C-C2ACB4CB7DAD/Example.app/Example
But, what's the best way to extract just the build identifier: 270a9b9d7a333a4a9f1aaf8186f81394?