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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 01-29-2006
Geehog_Rare Geehog_Rare is offline
Registered User
  
 

Join Date: Jan 2006
Posts: 1
File management based on date created

Hi There,

I was wondering how to manage files (ie. rm, cp , mv) based on date last modified and date created.

ie. Say i want to:

mv ./* ./temp/* (where the date created < 29/1/2006 )

or

mv ./* ./temp/* (where the date modified > 27/1/2006 && date modified < 29/1/2006)

Thanks in advance for the help.

Geehog_Rare