unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#4403: 23.1; find-dired: use "find -exec ls -ld {} +" or "find -ls" where available
@ 2009-09-11  9:09 trentbuck
  2009-09-15  2:50 ` Glenn Morris
  0 siblings, 1 reply; 4+ messages in thread
From: trentbuck @ 2009-09-11  9:09 UTC (permalink / raw)
  To: bug-gnu-emacs

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.






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-04-02 20:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-11  9:09 bug#4403: 23.1; find-dired: use "find -exec ls -ld {} +" or "find -ls" where available trentbuck
2009-09-15  2:50 ` Glenn Morris
2009-09-15  4:55   ` Trent W. Buck
2011-04-02 20:37     ` Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).