The UNIX and Linux Forums  

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




Thread: date command
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 11-09-2000
Astudent Astudent is offline
Registered User
  
 

Join Date: Oct 2000
Posts: 42
Ok,
I figured out how to code my LCD clock program the only problem I am now having is - making it print out.

I have my for loops and case statements in my program and after that I need to print out the time I know how to use the date with the cut command. But I am unsure on how to link my statements so that the time is printed out, after the case statements.

A