[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
dired-do-shell-command: cannot escape the *
From: |
Dan Jacobson |
Subject: |
dired-do-shell-command: cannot escape the * |
Date: |
25 Dec 2001 08:30:12 +0800 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 |
Is it true that I am the first discoverer that dired-do-shell-command
has no way to escape the * to get a plain * sent to the shell?
for instance I put the cursor on a file "grass_mail" and hit ! ...
(dired-do-shell-command "echo *" nil (quote ("grass_mail")))
(dired-do-shell-command "echo \\*" nil (quote ("grass_mail")))
(dired-do-shell-command "echo \\\\*" nil (quote ("grass_mail")))
(dired-do-shell-command "echo **" nil (quote ("grass_mail")))
each test only gets the single file name. If one could escape it, one
would see all the files in the directory.
Neither Help nor info mention any methods too.
--
http://www.geocities.com/jidanni/ Tel+886-4-25854780
- dired-do-shell-command: cannot escape the *,
Dan Jacobson <=
- Re: dired-do-shell-command: cannot escape the *, Richard Stallman, 2001/12/26
- Re: dired-do-shell-command: cannot escape the *, David Masterson, 2001/12/26
- Re: dired-do-shell-command: cannot escape the *, Richard Stallman, 2001/12/28
- Re: dired-do-shell-command: cannot escape the *, David Masterson, 2001/12/28
- Re: dired-do-shell-command: cannot escape the *, David Kastrup, 2001/12/28
- Re: dired-do-shell-command: cannot escape the *, Miles Bader, 2001/12/29
- Re: dired-do-shell-command: cannot escape the *, Dan Jacobson, 2001/12/29