Re: problem in using "find" command in HPUX 11
- From: Bill Marcum <marcumbill@xxxxxxxxxxxxx>
- Date: Mon, 16 Jul 2007 18:04:19 GMT
On Mon, 16 Jul 2007 07:42:27 -0700, star
<shanmugaster@xxxxxxxxx> wrote:
You can use the -maxdepth or -prune options. I'm not sure if -maxdepth
One more question. What should be done to make the find command search
only in the current directory and not in the sub directories.
is standard. You use -prune to search files in the current directory like
this:
find * -type d -prune -o -print
--
It is necessary to have purpose.
-- Alice #1, "I, Mudd", stardate 4513.3
.
- References:
- problem in using "find" command in HPUX 11
- From: star
- Re: problem in using "find" command in HPUX 11
- From: Ed Morton
- Re: problem in using "find" command in HPUX 11
- From: star
- Re: problem in using "find" command in HPUX 11
- From: star
- problem in using "find" command in HPUX 11
- Prev by Date: Re: problem in using "find" command in HPUX 11
- Next by Date: Re: problem in using "find" command in HPUX 11
- Previous by thread: Re: problem in using "find" command in HPUX 11
- Next by thread: Re: problem in using "find" command in HPUX 11
- Index(es):