![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| Problem with find and tar | venu_nbk | UNIX for Dummies Questions & Answers | 2 | 11-20-2006 10:41 AM |
| FIND/GREP problem | dfb500 | UNIX for Dummies Questions & Answers | 1 | 11-13-2006 11:13 AM |
| Problem with find ! -newer | dbfree | Shell Programming and Scripting | 3 | 12-19-2005 10:56 PM |
| Problem with `find ...` | Cameron | Shell Programming and Scripting | 4 | 08-10-2005 07:24 AM |
| Another Find Problem | sethkor | Shell Programming and Scripting | 6 | 02-24-2005 07:56 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
problem with find
Hi,
Iam having a strange problem, wandering if soneone can throw some lights. I have statement Code:
find . -maxdepth 1 -name 'File1*.tsv' -mtime +1 -print however it doesn't work that way. When issue above command, it displays only files that are greater than or equal to 2 days . I have a file which was created 25 hrs ago and I expect this command to display the file name as well.However it doesn't seem to be happening. Why is this case ? My requirement is to find files that ae more than 1 day / 24 hrs old. Thnx Last edited by braindrain; 03-28-2006 at 07:13 PM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|