The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 05-24-2006
slink slink is offline
Registered User
 

Join Date: May 2006
Posts: 3
Search by modification date

Hi

I'd like to know if is it possible to find files given a certain modification date (say, 01-05-2006, that's 1st of May 2006)

I can calculate the days backward:

Code:
find / -ctime 23
but I wish to search by exact modification day


Thanks
Reply With Quote
Forum Sponsor