hexdumpcomes stock with most distros, no editing features, buthexdump -C filenamewill at least let you see what’s in the file- from control characters and control codes, it looks like everything is separated by a set of three
NULcharacters (\00in first screenshot or^@in the nano screenshot)- EDIT: so the field names are three
NULcharacters, text for the name, andSOH(^A) terminating the field name – then a padded line for the field values (values are probably meant to be fixed length)
- EDIT: so the field names are three
- if you don’t find anything more convenient, as a last resort, you can turn to
perlandsed, they were originally designed for situations like this, trying to get meaningful data out of disparate file formats
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
