Quickies

[categories] [index] [all (527)] [latest]

Unix
  1. $ xxd -p hello
    
    $ hexdump -ve '1/1 "%.2x"' hello
    
    $ od -v -t x1 -An hello |tr -d '\n '
    
    $ od -t x4 -v hello