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 -->
  #2 (permalink)  
Old 10-05-2007
lorcan lorcan is offline
Registered User
 

Join Date: May 2007
Posts: 211
Try,

Code:
find .  ! -mtime +1 ! -mtime 1
After this use the exec option to move the matching files to your backup dir
Reply With Quote