On 8/19/07, Bob Proulx <[EMAIL PROTECTED]> wrote: > Note that newer find commands can support the behavior more > efficiently in one process without needing to worry about argument > escaping. > > find . -exec ls -d {} +
Indeed, even quite old versions of GNU findutils can do something broadly similar: find . -ls (sort of like "find . -exec ls -lids {} +") James. _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils