<div class='quotetop'>QUOTE </div>
--- Quote Start ---
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 !!!!![/b]
--- Quote End ---
Hi,
I figured out the following:
when I changed that >> to a simple > the script works fine.
So, now I'm in real trouble cause I got to save a lot of informations in the same file.
Briefly, I got to implement those commands:
date >> log
ps >> log
echo "" >> log
without using the >> operator !!!!!!!!!!!!
Could anybody help me with that !
Warm Regards