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 -->
  #3 (permalink)  
Old 03-17-2002
inpavan inpavan is offline
Registered User
 

Join Date: Sep 2001
Posts: 36
The following script should do the job if Feb01 file stands for files with mtime "Feb" (I mean, +20...today is 18th March 2002)

mv `find . -mtime +20` urfolder

Note: change the number in mtime as per your requirement...