Size: 302
Comment:
|
← Revision 3 as of 2023-05-26 13:48:32 ⇥
Size: 317
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
* nano test.hex #fill it with 41 41 41 42 31 31 33 0D 0A and save * xxd -r -p test.hex | hexdump -C # to view the conversion * xxd -r -p test.hex test.bin # store the conversion |
{{{#!highlight sh nano test.hex #fill it with 41 41 41 42 31 31 33 0D 0A and save xxd -r -p test.hex | hexdump -C # to view the conversion xxd -r -p test.hex test.bin # store the conversion }}} |