![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| 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 |
| Find the age of a file in Minutes | hari_anj | Shell Programming and Scripting | 1 | 03-18-2008 06:22 AM |
| Find accessed file in past 1 or 2 minutes, and throw mail. | varungupta | UNIX for Advanced & Expert Users | 2 | 09-12-2007 04:07 AM |
| Find files on minutes basis | er_aparna | Shell Programming and Scripting | 3 | 07-16-2006 10:57 PM |
| only find files older than x minutes old | dsimpg1 | Shell Programming and Scripting | 1 | 05-19-2006 12:48 AM |
| find files onder than 15 minutes | sveera | UNIX for Advanced & Expert Users | 11 | 08-11-2005 04:48 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Find files which are <n> minutes old
Hi,
i want to find certain files which are more than <n> minutes old,i have the command to find the files say <n> days old(as below) but not in terms of minutes. find . -name "14*.000" -type f -mtime +1 Is there any way to find this? Regards, Cherry |
| Bookmarks |
| Tags |
| mtime |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|