The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Moving Files within a particular date range
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
Moving Files within a particular date range
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
03-17-2002
inpavan
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...
inpavan
View Public Profile
Find all posts by inpavan