The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Reg: delete older files from ftp sam99 UNIX for Dummies Questions & Answers 3 01-09-2008 10:56 AM
Recursively copy only specific files from a directory tree sharpsharkrocks Shell Programming and Scripting 3 01-07-2008 02:16 PM
only find files older than x minutes old dsimpg1 Shell Programming and Scripting 1 05-19-2006 12:48 AM
files older than 15 minutes sveera Shell Programming and Scripting 0 08-05-2005 03:05 PM
How can I delete files older than 7 days? odogbolu98 UNIX for Dummies Questions & Answers 3 02-26-2002 08:35 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 06-13-2008
scarfake scarfake is offline
Registered User
  
 

Join Date: May 2008
Posts: 43
delete files older than 5 minutes in directory (recursively)

sorry guys can some please give me a hint how to achieve this in a slick oneliner?

delete files older than 5 minutes in specified directory (recursively)

peace
  #2 (permalink)  
Old 06-13-2008
scarfake scarfake is offline
Registered User
  
 

Join Date: May 2008
Posts: 43
is this one correct?
Code:
find /mydirectory -mmin +5 -exec rm -f {} \;
could not test it since i am on a windows box right now
  #3 (permalink)  
Old 06-13-2008
i.scientist i.scientist is offline
Registered User
  
 

Join Date: Jun 2008
Posts: 25
I created a file say file1

And I tried this

find /mydirectory -mmin +5 -exec ls -ltr {} \;

Could not locate it. So I think Your command works.
  #4 (permalink)  
Old 06-13-2008
scarfake scarfake is offline
Registered User
  
 

Join Date: May 2008
Posts: 43
thanks, it works. tried now.
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 04:12 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0