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-13-2008
avishekp avishekp is offline
Registered User
  
 

Join Date: Oct 2008
Posts: 3
Regarding find command

I need help in using find to get the list of all the files with a particular filename in the directory path (Base directory + search directory) for a period of 20 days from the date specified by the user.
For eg:
Base Directory: /datatest2/example
Search directory:consumer_details
Graph_name to be searched : consumer_graph
Search directory,graph_name and date to be provided through command line.