Plain text <-> hexdump (TODO)

Here you can find tutorials and notes for server-side maintenance/configuration

Plain text <-> hexdump (TODO)

Postby lik » Sun Oct 16, 2011 4:12 pm

Code: Select all
$ echo -n SomeStringToBlock| xxd -ps
536f6d65537472696e67546f426c6f636b

Code: Select all
$ echo -n 536f6d65537472696e67546f426c6f636b | xxd -ps -r
SomeStringToBlock
lik
Founder
Founder
 
Posts: 497
Joined: Wed Dec 15, 2010 3:21 am

Return to Server Side Actions

 


  • Related topics
    Replies
    Views
    Last post