On Aug 16, 2012, at 4:20 PM, Jim Sheffer wrote: > David- - I ran the file via terminal through hexdump with no problem. Can > you tell me what I'm looking for?
"What Patrick said." :-) 0x0d is CR and 0x0a is LF, and hexdump knows nothing of line endings so what it dumps is exactly what is there. The Hex Dump utility built into BBedit under the File menu is essentially the same thing as "hexdump -C" but with easier knobs to turn in a GUI. The output is a BBedit text file which is a bit easier to search and move around in than piping it into /usr/bin/more. On PC there is a freeware utility called HxD which I make a lot of use of. It can do binary compares and jump to the point the files differ. Also useful for trimming binary files. -- David Kelly N4HHE, [email protected] ======================================================================== Whom computers would destroy, they must first drive mad. -- -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at <http://groups.google.com/group/bbedit?hl=en> If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
