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
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";}' |