2 May 2004 07:05
find-dired
<reader <at> newsguy.com>
2004-05-02 05:05:51 GMT
2004-05-02 05:05:51 GMT
Setup: OS = Win XP pro
Emacs = 21.3 (binary)
My attempts to run M-x find-dired fail with an invalid arguments
~/:
find . \( -name '*.txt' \) -exec ls -ld {} \;
find: \): invalid argument
find exited abnormally with code 1 at Sat May 01 23:55:20
Notice the `-exec ls -ld'. Emacs inserts that part by default I
guess.
My command sequence is:
M-x find-dired <RET>
I'm queried for a directory and choose ~/
Queried for args and type in -name '*.txt'
Then press <RET>
I have the UWIN unix tools installed (David Korns ATT tools)
And have made sure the directory containing UWIN find is first in
path.
(getenv "path")
"C:\\UWIN\\usr\\bin;C:\\Perl\\bin\\;C:\\Vim\\vim\\vim62; [...]"
And from Dos cmd prompt
(Continue reading)
TIA
Martin
RSS Feed