The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX 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 -->
  #2 (permalink)  
Old 10-05-2007
lorcan lorcan is offline
Registered User
  
 

Join Date: May 2007
Posts: 219
Try,

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