Quote:
Originally Posted by Mr. X
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?