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 -->
  #7 (permalink)  
Old 08-02-2005
radhika radhika is offline
Registered User
  
 

Join Date: Apr 2005
Posts: 51
Could you pl. see why if I put $filedate in the following command it does not work. I need to get filedate value in 14 char format.

# assigns CURRENT time to the variable 'fdate'
fdate=`$filedate +%Y%m%d%H%M%S`

If you can help me resolve this it solve my problem.

ThankYou,
Radhika.