bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ls -Rd behavior


From: James Youngman
Subject: Re: ls -Rd behavior
Date: Mon, 20 Aug 2007 19:41:16 +0100

On 8/19/07, Bob Proulx <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]