The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 09-29-2006
jamilmjq jamilmjq is offline
Registered User
  
 

Join Date: Sep 2006
Posts: 1
date and time problem

Thanks for your reply.
Probelm is it do not work properly, it always print 'not ok'

if [[ $(date_equal) -eq 1 ]] ; then
echo ' ok'
else
echo ' not ok'
fi

thanks