findutils and posix acls

2011-09-21 Thread Pietro Bertera
Hello, I think it's very interesting to get support for POSIX ACLs on findutils. Is there any reason why the bug #27558 ( http://savannah.gnu.org/bugs/?27558 ) is ignored for so long? If there is an intention to implement built-in support can I be useful in some way? Best regards. -- Bertera P

Re: [PATCH] This change adds a sleep between invocations of cmd.

2011-09-21 Thread ed
On Wed, Sep 22, 2010 at 11:13:59PM +0100, James Youngman wrote: > But why would you not just use > > | xargs sh -c 'sleep 60 && exec command ... "$@"' command > > ? Gave that a go today on a vanilla xargs and it doesn't seem to work: $ perl -e 'for(my $a=0;$a<100;$a++){print $a,"\n";}' |