Ryan Novosielski wrote: > > How were you able to determine that? None of the programs I threw at it > seemed to be able to tell. >
od -xv Job927-df-data.prn | less ... (or more if you don't have less) This will show you your data in hex-dump format. Each 00 is a null. I think the "x" and "v" options will be accepted in even ancient versions of od. The GNU od has lots of other options you may find helpful, if you've got it or something based on it. man od ... (Adding -c may either be helpful or make the output unreadable, depending.) (Oh. The -x is "hex values", -v prevents it from omitting all the identical lines.) -- - Dave Lovelace [EMAIL PROTECTED] [EMAIL PROTECTED] ----------------------------------------------------------------------------- YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST The address you post from MUST be your subscription address If you need help, send email to [EMAIL PROTECTED] (or lprng-requests or lprng-digest-requests) with the word 'help' in the body. For the impatient, to subscribe to a list with name LIST, send mail to [EMAIL PROTECTED] with: | example: subscribe LIST <mailaddr> | subscribe lprng-digest [EMAIL PROTECTED] unsubscribe LIST <mailaddr> | unsubscribe lprng [EMAIL PROTECTED] If you have major problems, send email to [EMAIL PROTECTED] with the word LPRNGLIST in the SUBJECT line. -----------------------------------------------------------------------------
