The UNIX and Linux Forums  
Hello and Welcome from to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
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-02-2007
lorcan lorcan is offline
Registered User
  
 

Join Date: May 2007
Posts: 219
You can save the output of the date command (date "+%d%m%y") to a variable and append it to your log file name.

Hope this is what you were looking for.