X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <26230851.post@talk.nabble.com> Date: Fri, 6 Nov 2009 10:25:37 -0800 (PST) From: aputerguy To: cygwin AT cygwin DOT com Subject: Re: Is there a fast way to get acl's for the whole filesystem (or chunk thereof) In-Reply-To: <4AF3B0E6.40502@byu.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <26222793 DOT post AT talk DOT nabble DOT com> <6fv6f5dgkrgi6baa9ghfjaqp7h9a3eq9pj AT 4ax DOT com> <26226433 DOT post AT talk DOT nabble DOT com> <26226546 DOT post AT talk DOT nabble DOT com> <4AF3A282 DOT 8030907 AT cygwin DOT com> <4AF3B0E6 DOT 40502 AT byu DOT net> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Eric Blake writes... > But if you WANT to guarantee a newline between processes, just ask for it. > Here's one way: > > find -print0 | xargs -0 sh -c 'getfacl "$@"; echo' sh That works! But it is more than a third slower, presumably because of the extra shell overhead. Is there any way to "ask for the newline" without incurring that overhead? -- View this message in context: http://old.nabble.com/Is-there-a-fast-way-to-get-acl%27s-for-the-whole-filesystem-%28or-chunk-thereof%29-tp26222793p26230851.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple