The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > UNIX Desktop 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 -->
  #5 (permalink)  
Old 05-28-2009
Colel2 Colel2 is offline
Registered User
  
 

Join Date: May 2009
Posts: 4
Thank Jim I got that to work. Very cool.

However, in your example you are using the find command w/a file names (dummy1/dummy2) and date values that are known. In my problem directory I won't know the file names to use for the comparison. The application that creates the files, which contains a bug hence the reason for this script, uses assending # order for the file names. It can create anywhere from 1 to 1000+ files per day.
EX file names:
4120.wuerr dated 05/27/09
4121.wuerr dated 05/28/09
4122.wuerr dated 05/28/09

My brain isn't smart enough today to figure out how to use your very cool find command in this scenario. Any thoughts on this? Hopefully my question made sense.

Thanks, Leslie