Altera_Forum
Honored Contributor
19 years agoShell scripts
Hi,
Is there any special rules for writing shell scripts in µClinux ? I wrote that script: # ##################### # !/bin/sh /bin/touch /tmp/log /bin/date >> /tmp/log # ##################### But all I got is the empty log file. And when I execute the command /bin/date >> /tmp/log I can see the result in the log file !!!!! Warm Regards