The UNIX and Linux Forums  

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 -->
  #1 (permalink)  
Old 10-07-2008
avishekp avishekp is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 3
Getting list of all the log files between two dates

I need to get the list of all the log files for a particular duration, say between two dates,i.e I need to get the list of all the log files between date1 and date2.The two dates are entered by the user.

The format of the log file is :

/path_name/graph_name_20080801180308.log.

I dont need to consider the timestamp...just need the date as the filtering criteria.