Thread: DR800 view command output
View Single Post
Old 03-23-2010, 08:18 PM   #4
34973
Junior Member
34973 began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2010
Device: none
Quote:
Originally Posted by Mr. X View Post
Redirection does work, I uploaded a script that ran dmesg and a bunch of other commands in another thread. One thing to watch out for is filesystem write caching... In the emulator especially make sure to throw a 'sync' command in at the end or the writes never reach disk.

Also, remember that most standard commands are busybox not the normal unix variants... I'm not sure if mkdir supports -p for example... If you use the emulator you can ssh in and run your script and get useful feedback
Can you please give me example how can i use redirection?
34973 is offline   Reply With Quote