tags:

views:

24

answers:

0

Hi All,

I have a text file that contains the following contents (hexadecimal numbers),

60 80 61 80 16 04 4a 6f 68 6e 16 01 50 16 05 53
6d 69 74 68 00 00 42 01 33 a0 80 16 08 44 69 72
65 63 74 6f 72 00 00 a1 80 16 08 31 39 37 31 30
39 31 37 00 00 a2 80 61 80 16 04 4d 61 72 79 16
01 54 16 05 53 6d 69 74 68 00 00 00 00 a3 80 31
80 61 80 16 05 52 61 6c 70 68 16 01 54 16 05 53
6d 69 74 68 00 00 a0 80 16 08 31 39 35 37 31 31
31 31 00 00 00 00 31 80 61 80 16 05 53 75 73 61
6e 16 01 42 16 05 4a 6f 6e 65 73 00 00 a0 80 16
08 31 39 35 39 30 37 31 37 00 00 00 00 00 00 00
00 

How to convert this text into DAT format in linux (debian) system.

Thanks in advance

Senthil