ANNOUNCE: GHC 6.10.1 beta
Matthias Kilian
kili at outback.escape.de
Tue Sep 23 14:50:48 EDT 2008
On Tue, Sep 23, 2008 at 08:34:36PM +0200, Matthias Kilian wrote:
> > I've changed it to "-perm -111"
>
> Unfortunately, this will only find files with the executable bit
> set for user, group and owner, so it should be "-perm +111". However,
> even more unfortunately, at least the find(1) on OpenBSD doesn't
> support the +mode pattern.[...]
According to
http://www.opengroup.org/onlinepubs/000095399/utilities/find.html
`-perm +onum' (where onum is an octal number) seems to be yet another
gnuism, so `-perm -100' is probably the most portable (and least
breaking) option for any system not using gfind.
Ciao,
Kili
More information about the Glasgow-haskell-users
mailing list