Help for this page

Select Code to Download


  1. or download this
    cc=`hd -bx -s 29 -n 3 <"$filename"|tr -d '[ " " ]'|awk '{print $2}'`
    
  2. or download this
    hd-- display files in a hexadecimal format
    hd [ -format (bx is binary)] [ -s(offset)] [-n (count)] [filename]
    tr - translate characters
    the -d Deletes all input characters in the input string.