emacs-bug-tracker
[Top][All Lists]
Advanced

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

[Emacs-bug-tracker] bug#4403: closed (23.1; find-dired: use "find -exec


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#4403: closed (23.1; find-dired: use "find -exec ls -ld {} +" or "find -ls" where available)
Date: Sat, 02 Apr 2011 20:38:02 +0000

Your message dated Sat, 02 Apr 2011 16:37:30 -0400
with message-id <address@hidden>
and subject line Re: bug#4403: 23.1; find-dired: use "find -exec ls -ld {} +" 
or "find -ls" where available
has caused the GNU bug report #4403,
regarding 23.1; find-dired: use "find -exec ls -ld {} +" or "find -ls" where 
available
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
4403: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4403
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 23.1; find-dired: use "find -exec ls -ld {} +" or "find -ls" where available Date: Fri, 11 Sep 2009 02:09:45 -0700 (PDT)
Recent versions of GNU find support the expressions

    find <query> -exec ls -ld {} +

and

    find <query> -ls

I believe these are also part of recent versions of the POSIX spec.

It would be great if M-x find dired RET automatically used these forms
instead of the less efficient

    find <query> -exec ls -ld {} \;

that it currently uses.  It would also mean that the output would line
up better, since

    ls foo bar baz

will try to align the three lines, whereas

    ls foo ; ls bar ; ls baz

won't.



--- End Message ---
--- Begin Message --- Subject: Re: bug#4403: 23.1; find-dired: use "find -exec ls -ld {} +" or "find -ls" where available Date: Sat, 02 Apr 2011 16:37:30 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.1

find-dired now uses `find -ls' or `find -exec +' where available.


--- End Message ---

reply via email to

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