The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Auto copy for files from folder to folder upon instant writing Bashar UNIX for Advanced & Expert Users 2 08-21-2008 11:44 AM
How to display contents of folder when 'cd' is used mumashankar UNIX for Dummies Questions & Answers 3 03-06-2008 03:42 PM
display the files in a folder which are older than 1 hour vgs Shell Programming and Scripting 7 05-29-2007 11:05 AM
Logic behind display of .www folder ?? srinivasan_85 UNIX for Dummies Questions & Answers 10 01-13-2007 02:41 AM
Need to process files created an hour ago negixx Shell Programming and Scripting 9 06-15-2005 10:31 AM

Closed Thread
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-25-2007
vgs vgs is offline
Registered User
 

Join Date: May 2007
Posts: 10
Stumble this Post!
display the files in a folder which are older than 1 hour

Hi,

I have some files in a folder with different time stamps and
I want to display the files which are older than 1 hour.

i tried with find.

need urgent help.
Forum Sponsor
  #2 (permalink)  
Old 05-25-2007
Registered User
 

Join Date: May 2007
Posts: 2
Stumble this Post!
find /path -name "*" -mtime -1

Last edited by as78; 05-25-2007 at 01:02 PM.
  #3 (permalink)  
Old 05-25-2007
...@...
 

Join Date: Feb 2004
Location: NM
Posts: 3,846
Stumble this Post!
One hour

Code:
#assume that now = 2007 05 25 17:15
touch -t tfile 200705251615  # one hour less

find /path/to/files -type f ! -newer tfile
  #4 (permalink)  
Old 05-25-2007
reborg's Avatar
Administrator
 
Join Date: Mar 2005
Location: Ireland
Posts: 3,513
Stumble this Post!
This thread is a (now closed) duplicate.
Google The UNIX and Linux Forums
Closed Thread

Thread Tools
Display Modes




All times are GMT -7. The time now is 11:27 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0