Help for this page

Select Code to Download


  1. or download this
    $a=`dd if=/dev/$cmd of=/dev/null bs=4096 count=2 > ddlog.txt 2>&1`;
    
  2. or download this
    $a=`dd if=/dev/ram0 of=/dev/null bs=4096 count=2 > ddlog.txt 2>&1`;
    the output is printed on terminal but i want it to display in textbox.