Thread: DR800 view command output
View Single Post
Old 03-22-2010, 11:13 AM   #1
34973
Junior Member
34973 began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2010
Device: none
view command output

how i can see command output on dr800s??
i try use script run from sd card, witch redirect command output to file and store to sd card. But this doesn't work

this is the script:
# !/bin/bash
mkdir -p /media/mmcblk0p1/System/.test
ls -al / > /media/mmcblk0p1/System/.test/output.txt

can any one help me? I have a few cross complied application i don't know if it working or not
34973 is offline   Reply With Quote