Unix Technical Forum

find files in a given directory, but exclude all subdirectory.

This is a discussion on find files in a given directory, but exclude all subdirectory. within the AIX Operating System forums, part of the Unix Operating Systems category; --> I would like use the find command to find files which without modifiy over 3 days, but I only ...


Go Back   Unix Technical Forum > Unix Operating Systems > AIX Operating System

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-05-2008, 04:34 AM
bluebirdken
 
Posts: n/a
Default find files in a given directory, but exclude all subdirectory.

I would like use the find command to find files which without modifiy
over 3 days, but I only need the result in a given directory(for
example /etc/), I don't want the result for all other subdirectory
under /etc (for example /etc/bin/ or /etc/logs) , I mean to exclude
all subdirectory under the given direcotry, how can I do that ?
Would someone give me a help, thank you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-05-2008, 04:34 AM
Jason Mather
 
Posts: n/a
Default Re: find files in a given directory, but exclude all subdirectory.

bluebirdken wrote:
> I would like use the find command to find files which without modifiy
> over 3 days, but I only need the result in a given directory(for
> example /etc/), I don't want the result for all other subdirectory
> under /etc (for example /etc/bin/ or /etc/logs) , I mean to exclude
> all subdirectory under the given direcotry, how can I do that ?
> Would someone give me a help, thank you.



find ./* -prune -mtime +3 -print

-- Jason
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 03:33 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com