Re: problem in using "find" command in HPUX 11



star wrote:
Hi,

I need to find the files which were modified five minutes beofre in
a particular directory.
I tried using the command "find . -mmin -5 " but i got the error
"find: bad option -mmin".
My machine runs on HPUX 11i.
Is there an alternative way for finding the files which were created
5 minutes ago.
Looking forward for your valuable inputs.
Thanking you in advance.

Thanks
Shan


Create a file using "touch" with a timestamp of 5 minutes ago then use find -newer.

Ed.
.



Relevant Pages

  • Re: problem in using "find" command in HPUX 11
    ... star wrote: ... I need to find the files which were modified five minutes beofre in ... My machine runs on HPUX 11i. ... Michael Tosch @ hp: com ...
    (comp.unix.questions)
  • problem in using "find" command in HPUX 11
    ... I need to find the files which were modified five minutes beofre in ... My machine runs on HPUX 11i. ... Looking forward for your valuable inputs. ... Thanking you in advance. ...
    (comp.unix.questions)
  • Re: problem in using "find" command in HPUX 11
    ... Ed Morton wrote: ... I need to find the files which were modified five minutes beofre in ... My machine runs on HPUX 11i. ... i get following error message. ...
    (comp.unix.questions)
  • Re: problem in using "find" command in HPUX 11
    ... Ed Morton wrote: ... I need to find the files which were modified five minutes beofre in ... My machine runs on HPUX 11i. ... i get following error message. ...
    (comp.unix.questions)
  • Re: problem in using "find" command in HPUX 11
    ... Ed Morton wrote: ... I need to find the files which were modified five minutes beofre in ... My machine runs on HPUX 11i. ... i get following error message. ...
    (comp.unix.questions)