Forum Discussion
Altera_Forum
Honored Contributor
19 years ago<div class='quotetop'>QUOTE </div>
--- Quote Start --- ################################### # !/bin/sh touch mfm.txt until [ "$*" = "q" ]; do sleep 3 date >> mfm.txt ps >> mfm.txt echo " " >> mfm.txt; done # ##################################/b --- Quote End --- Hi, I've tried to execute that script under µClinux after changing the sleep 3 command, which isn't implemented in µClinux, by the following:# ############### for ((a=1;a<300;a++)) do echo done# ############### But unfortunately it won't work http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/huh.gif I'm getting some "syntax error". Can anybody help me with that. Warm Regards