Help for this page
$a=`dd if=/dev/$cmd of=/dev/null bs=4096 count=2 > ddlog.txt 2>&1`;
$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.