Help for this page

Select Code to Download


  1. or download this
    $ time dd if=tmp/TestFile.bin conv=swab of=tmp/TestFile.out
    32768+0 records in
    ...
    0002020 0000 0000 0000 0004 0000 0000 0200 00e8
    
    $
    
  2. or download this
    $ time dd slackware-13.0-install-d2.iso conv=swab of=tmp/delete.me
    1315400+0 records in
    1315400+0 records out
    ...
    sys     0m3.370s
    
    $
    
  3. or download this
    $ time dd if=/tmp/TestFile.bin conv=swab of=/tmp/TestFile.out
    32768+0 records in
    32768+0 records out
    ...
    sys     0m0.030s
    
    $