PROJET AUTOBLOG


Links

source: Links

⇐ retour index

xxd

mercredi 12 mars 2014 à 14:32
xxd - convertit en représentation hexadécimale et inversement.

exemple :
$ echo "hello wolrd">text.txt
$ xxd -p text.txt >text.hex
$ cat text.hex
68656c6c6f20776f6c72640a
(Permalink)