-- From Connor Lane Smith 06-11-2011 at 13:04 --
> Hey,
>
> On 03/11/2011, Swiatoslaw Gal wrote:
> > I was careless with my last email. The behaviour of arrows is broken
> > not in dmenu, but in the following patch. The right (forward) arrow stopped
> > working. Any idea how to
Truls Becken writes:
> It seems that -prune in POSIX find is almost completely useless!
No it's not, it just does what it says:
-prune True; if the file is a directory, do not descend into it.
(And yes, it's a shame -min/maxdepth aren't in POSIX; they are highly
useful.)
--
Christ
death is suckless, so please shut up
* is not suckless
FTFY
POSIX is not suckless
It seems that -prune in POSIX find is almost completely useless!
"find . -prune" only returns "."
"find * -prune" works, but has argument list length issues.
"find . -mindepth 1 -prune" is fine, but not POSIX.
-Truls