how do i find a file in all directories 7 to 9 days old?

2011-07-28 Thread Gary Kline
guys, how can i use find or whatever to find a file, say 6 levels deep that is = 9 days old? i'm looking fo something i had to jt down [[ASCII]]. can't remembr te file name, nor when i was when i had the idea flash into my mind sigh. thanks, gary -- Gary Kline

Re: how do i find a file in all directories 7 to 9 days old?

2011-07-28 Thread b. f.
how can i use find or whatever to find a file, say 6 levels deep that is = 9 days old? i'm looking fo something i had to jt down [[ASCII]]. can't remembr te file name, nor when i was when i had the idea flash into my mind Try something like: find / -type f -mtime -10d -mindepth 5

Re: how do i find a file in all directories 7 to 9 days old?

2011-07-28 Thread b. f.
On 7/28/11, b. f. bf1...@googlemail.com wrote: how can i use find or whatever to find a file, say 6 levels deep that is = 9 days old? i'm looking fo something i had to jt down [[ASCII]]. can't remembr te file name, nor when i was when i had the idea flash into my mind Try

Re: how do i find a file in all directories 7 to 9 days old?

2011-07-28 Thread Robert Bonomi
From owner-freebsd-questi...@freebsd.org Thu Jul 28 02:03:19 2011 Date: Thu, 28 Jul 2011 00:02:41 -0700 From: Gary Kline kl...@thought.org To: FreeBSD Mailing List freebsd-questions@freebsd.org Cc: Subject: how do i find a file in all directories 7 to 9 days old? guys, how can i use

Re: how do i find a file in all directories 7 to 9 days old?

2011-07-28 Thread Christian Barthel
On Thu, Jul 28, 2011 at 10:10:43AM -0500, Robert Bonomi wrote: From owner-freebsd-questi...@freebsd.org Thu Jul 28 02:03:19 2011 Date: Thu, 28 Jul 2011 00:02:41 -0700 From: Gary Kline kl...@thought.org To: FreeBSD Mailing List freebsd-questions@freebsd.org Cc: Subject: how do i find