I have a number of data files, that I'm trying to work with, that are in a format I am not familiar with. I ran the file command on the files, and the result was 'data'. I also made a very basic python script that opened a few of the files, in binary mode, and would print out the first 100 bytes, to see if there was a recognizable format. The very first thing to be printed on all of the files was 'URES', after that the only pattern I could recognize was that there seems to be data elements delimited by \. I wasn't able to find much using google to search the issue.
-- You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup
