The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: date format
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-25-2008
anchal_khare anchal_khare is offline
Registered User
  
 

Join Date: Jun 2007
Location: Mumbai,India
Posts: 325
date | tr "[:upper:]" "[:lower:]" will give all the value in lowercase.

for ur case...

echo 24JAN2008 | tr "[:upper:]" "[:lower:]" will gice the output as 24jan2008