The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 12-10-2007
porter porter is offline
Registered User
 

Join Date: Jan 2007
Posts: 2,965
Quote:
Originally Posted by xgringo View Post
I put your script in hourold.sh and greped stashd what's teletype syntax error on line 1 mean?
It means that "bc" is getting rubbish. I tested this on Solaris 9.

I suggest you add a line that says

Code:
echo DAYS=$DAYS, HOURS=$HOURS, MINUTES=$MINUTES, SECONDS=$SECONDS
prior to the maths with bc.

and

Code:
echo $ETIME
after the "do".
Reply With Quote