Mercurial > emacs
annotate man/dired.texi @ 61052:f49b6692433d
(Specify Coding): Document recode-region and recode-file-name.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 28 Mar 2005 21:07:34 +0000 |
parents | bcda0fe75703 |
children | 03009601147e 4da4a09e8b1b |
rev | line source |
---|---|
25829 | 1 @c This is part of the Emacs manual. |
39287 | 2 @c Copyright (C) 1985,86,87,93,94,95,97,2000,2001 |
28126 | 3 @c Free Software Foundation, Inc. |
25829 | 4 @c See file emacs.texi for copying conditions. |
5 @node Dired, Calendar/Diary, Rmail, Top | |
6 @chapter Dired, the Directory Editor | |
7 @cindex Dired | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
8 @cindex file management |
25829 | 9 |
10 Dired makes an Emacs buffer containing a listing of a directory, and | |
11 optionally some of its subdirectories as well. You can use the normal | |
12 Emacs commands to move around in this buffer, and special Dired commands | |
13 to operate on the files listed. | |
14 | |
37993
1ff0891cec4c
Change "Dired Commands" to "Dired Navigation". Move the general
Eli Zaretskii <eliz@gnu.org>
parents:
37549
diff
changeset
|
15 The Dired buffer is ``read-only,'' and inserting text in it is not |
1ff0891cec4c
Change "Dired Commands" to "Dired Navigation". Move the general
Eli Zaretskii <eliz@gnu.org>
parents:
37549
diff
changeset
|
16 useful, so ordinary printing characters such as @kbd{d} and @kbd{x} are |
1ff0891cec4c
Change "Dired Commands" to "Dired Navigation". Move the general
Eli Zaretskii <eliz@gnu.org>
parents:
37549
diff
changeset
|
17 used for special Dired commands. Some Dired commands @dfn{mark} or |
1ff0891cec4c
Change "Dired Commands" to "Dired Navigation". Move the general
Eli Zaretskii <eliz@gnu.org>
parents:
37549
diff
changeset
|
18 @dfn{flag} the @dfn{current file} (that is, the file on the current |
1ff0891cec4c
Change "Dired Commands" to "Dired Navigation". Move the general
Eli Zaretskii <eliz@gnu.org>
parents:
37549
diff
changeset
|
19 line); other commands operate on the marked files or on the flagged |
1ff0891cec4c
Change "Dired Commands" to "Dired Navigation". Move the general
Eli Zaretskii <eliz@gnu.org>
parents:
37549
diff
changeset
|
20 files. |
1ff0891cec4c
Change "Dired Commands" to "Dired Navigation". Move the general
Eli Zaretskii <eliz@gnu.org>
parents:
37549
diff
changeset
|
21 |
36149
a1ff91eda21c
Just a short xref for dired-x.
Richard M. Stallman <rms@gnu.org>
parents:
35056
diff
changeset
|
22 The Dired-X package provides various extra features for Dired mode. |
43109
0a2bf4c2c07c
(Dired): Fix the xref to dired-x manual.
Eli Zaretskii <eliz@gnu.org>
parents:
40617
diff
changeset
|
23 @xref{Top, Dired-X,,dired-x, Dired Extra Version 2 User's Manual}. |
36149
a1ff91eda21c
Just a short xref for dired-x.
Richard M. Stallman <rms@gnu.org>
parents:
35056
diff
changeset
|
24 |
25829 | 25 @menu |
26 * Enter: Dired Enter. How to invoke Dired. | |
38745 | 27 * Navigation: Dired Navigation. Special motion commands in the Dired buffer. |
25829 | 28 * Deletion: Dired Deletion. Deleting files with Dired. |
29 * Flagging Many Files:: Flagging files based on their names. | |
30 * Visit: Dired Visiting. Other file operations through Dired. | |
31 * Marks vs Flags:: Flagging for deletion vs marking. | |
32 * Operating on Files:: How to copy, rename, print, compress, etc. | |
33 either one file or several files. | |
34 * Shell Commands in Dired:: Running a shell command on the marked files. | |
35 * Transforming File Names:: Using patterns to rename multiple files. | |
36 * Comparison in Dired:: Running `diff' by way of Dired. | |
37 * Subdirectories in Dired:: Adding subdirectories to the Dired buffer. | |
38 * Subdirectory Motion:: Moving across subdirectories, and up and down. | |
39 * Hiding Subdirectories:: Making subdirectories visible or invisible. | |
40 * Updating: Dired Updating. Discarding lines for files of no interest. | |
41 * Find: Dired and Find. Using `find' to choose the files for Dired. | |
61047 | 42 * Wdired:: Operating on files by editing the Dired buffer. |
60791
fa4296e0e363
(Misc Dired Features): Rename node from Misc Dired Commands.
Richard M. Stallman <rms@gnu.org>
parents:
60103
diff
changeset
|
43 * Misc: Misc Dired Features. Various other features. |
25829 | 44 @end menu |
45 | |
46 @node Dired Enter | |
47 @section Entering Dired | |
48 | |
49 @findex dired | |
50 @kindex C-x d | |
51 @vindex dired-listing-switches | |
60103
d7a513160c01
(Dired Enter): C-x C-f can run Dired.
Richard M. Stallman <rms@gnu.org>
parents:
59885
diff
changeset
|
52 To invoke Dired, do @kbd{C-x d} or @kbd{M-x dired}. The command |
d7a513160c01
(Dired Enter): C-x C-f can run Dired.
Richard M. Stallman <rms@gnu.org>
parents:
59885
diff
changeset
|
53 reads a directory name or wildcard file name pattern as a minibuffer |
d7a513160c01
(Dired Enter): C-x C-f can run Dired.
Richard M. Stallman <rms@gnu.org>
parents:
59885
diff
changeset
|
54 argument to specify which files to list. @kbd{C-x C-f} given a |
d7a513160c01
(Dired Enter): C-x C-f can run Dired.
Richard M. Stallman <rms@gnu.org>
parents:
59885
diff
changeset
|
55 directory name also invokes Dired. Where @code{dired} differs from |
d7a513160c01
(Dired Enter): C-x C-f can run Dired.
Richard M. Stallman <rms@gnu.org>
parents:
59885
diff
changeset
|
56 @code{list-directory} is that it puts the buffer into Dired mode, so |
d7a513160c01
(Dired Enter): C-x C-f can run Dired.
Richard M. Stallman <rms@gnu.org>
parents:
59885
diff
changeset
|
57 that the special commands of Dired are available. |
25829 | 58 |
59 The variable @code{dired-listing-switches} specifies the options to | |
60103
d7a513160c01
(Dired Enter): C-x C-f can run Dired.
Richard M. Stallman <rms@gnu.org>
parents:
59885
diff
changeset
|
60 give to @code{ls} for listing the directory; this string @emph{must} contain |
25829 | 61 @samp{-l}. If you use a numeric prefix argument with the @code{dired} |
62 command, you can specify the @code{ls} switches with the minibuffer | |
56113
c4c0d60fa2da
(Dired Enter): Mention conditions on `ls' switches.
Luc Teirlinck <teirllm@auburn.edu>
parents:
56046
diff
changeset
|
63 before you enter the directory specification. No matter how they are |
c4c0d60fa2da
(Dired Enter): Mention conditions on `ls' switches.
Luc Teirlinck <teirllm@auburn.edu>
parents:
56046
diff
changeset
|
64 specified, the @code{ls} switches should all be short options (that |
c4c0d60fa2da
(Dired Enter): Mention conditions on `ls' switches.
Luc Teirlinck <teirllm@auburn.edu>
parents:
56046
diff
changeset
|
65 is, single characters) requiring no arguments. |
25829 | 66 |
67 @findex dired-other-window | |
68 @kindex C-x 4 d | |
69 @findex dired-other-frame | |
70 @kindex C-x 5 d | |
71 To display the Dired buffer in another window rather than in the | |
72 selected window, use @kbd{C-x 4 d} (@code{dired-other-window}) instead | |
73 of @kbd{C-x d}. @kbd{C-x 5 d} (@code{dired-other-frame}) uses a | |
74 separate frame to display the Dired buffer. | |
75 | |
37993
1ff0891cec4c
Change "Dired Commands" to "Dired Navigation". Move the general
Eli Zaretskii <eliz@gnu.org>
parents:
37549
diff
changeset
|
76 @node Dired Navigation |
1ff0891cec4c
Change "Dired Commands" to "Dired Navigation". Move the general
Eli Zaretskii <eliz@gnu.org>
parents:
37549
diff
changeset
|
77 @section Navigation in the Dired Buffer |
25829 | 78 |
79 @kindex C-n @r{(Dired)} | |
80 @kindex C-p @r{(Dired)} | |
81 All the usual Emacs cursor motion commands are available in Dired | |
82 buffers. Some special-purpose cursor motion commands are also | |
83 provided. The keys @kbd{C-n} and @kbd{C-p} are redefined to put the | |
84 cursor at the beginning of the file name on the line, rather than at the | |
85 beginning of the line. | |
86 | |
87 @kindex SPC @r{(Dired)} | |
88 For extra convenience, @key{SPC} and @kbd{n} in Dired are equivalent | |
89 to @kbd{C-n}. @kbd{p} is equivalent to @kbd{C-p}. (Moving by lines is | |
90 so common in Dired that it deserves to be easy to type.) @key{DEL} | |
91 (move up and unflag) is often useful simply for moving up. | |
92 | |
52576
a90f7b4afc00
(Misc Dired Commands): New node.
Richard M. Stallman <rms@gnu.org>
parents:
52401
diff
changeset
|
93 @findex dired-goto-file |
58926
cf0908fe7bb0
(Dired Navigation): Add @r{(Dired)} to M-g.
Juri Linkov <juri@jurta.org>
parents:
56469
diff
changeset
|
94 @kindex M-g @r{(Dired)} |
52576
a90f7b4afc00
(Misc Dired Commands): New node.
Richard M. Stallman <rms@gnu.org>
parents:
52401
diff
changeset
|
95 @kbd{M-g} (@code{dired-goto-file}) moves point to the line that |
a90f7b4afc00
(Misc Dired Commands): New node.
Richard M. Stallman <rms@gnu.org>
parents:
52401
diff
changeset
|
96 describes a specified file or directory. |
a90f7b4afc00
(Misc Dired Commands): New node.
Richard M. Stallman <rms@gnu.org>
parents:
52401
diff
changeset
|
97 |
37993
1ff0891cec4c
Change "Dired Commands" to "Dired Navigation". Move the general
Eli Zaretskii <eliz@gnu.org>
parents:
37549
diff
changeset
|
98 Some additional navigation commands are available when the Dired |
1ff0891cec4c
Change "Dired Commands" to "Dired Navigation". Move the general
Eli Zaretskii <eliz@gnu.org>
parents:
37549
diff
changeset
|
99 buffer includes several directories. @xref{Subdirectory Motion}. |
1ff0891cec4c
Change "Dired Commands" to "Dired Navigation". Move the general
Eli Zaretskii <eliz@gnu.org>
parents:
37549
diff
changeset
|
100 |
25829 | 101 @node Dired Deletion |
102 @section Deleting Files with Dired | |
103 @cindex flagging files (in Dired) | |
104 @cindex deleting files (in Dired) | |
105 | |
38745 | 106 One of the most frequent uses of Dired is to first @dfn{flag} files for |
107 deletion, then delete the files that were flagged. | |
25829 | 108 |
109 @table @kbd | |
110 @item d | |
111 Flag this file for deletion. | |
112 @item u | |
113 Remove deletion flag on this line. | |
114 @item @key{DEL} | |
115 Move point to previous line and remove the deletion flag on that line. | |
116 @item x | |
117 Delete the files that are flagged for deletion. | |
118 @end table | |
119 | |
120 @kindex d @r{(Dired)} | |
121 @findex dired-flag-file-deletion | |
122 You can flag a file for deletion by moving to the line describing the | |
123 file and typing @kbd{d} (@code{dired-flag-file-deletion}). The deletion flag is visible as a @samp{D} at | |
124 the beginning of the line. This command moves point to the next line, | |
125 so that repeated @kbd{d} commands flag successive files. A numeric | |
126 argument serves as a repeat count. | |
36149
a1ff91eda21c
Just a short xref for dired-x.
Richard M. Stallman <rms@gnu.org>
parents:
35056
diff
changeset
|
127 |
40617
aeebb5c33587
(Dired Deletion, Operating On Files): Add index entries.
Eli Zaretskii <eliz@gnu.org>
parents:
39287
diff
changeset
|
128 @cindex recursive deletion |
27222
e7bd44d5597b
Recursive deletes, copies. dired-do-apply. `?' in shell command.
Dave Love <fx@gnu.org>
parents:
25829
diff
changeset
|
129 @vindex dired-recursive-deletes |
36149
a1ff91eda21c
Just a short xref for dired-x.
Richard M. Stallman <rms@gnu.org>
parents:
35056
diff
changeset
|
130 The variable @code{dired-recursive-deletes} controls whether the |
a1ff91eda21c
Just a short xref for dired-x.
Richard M. Stallman <rms@gnu.org>
parents:
35056
diff
changeset
|
131 delete command will delete non-empty directories (including their |
a1ff91eda21c
Just a short xref for dired-x.
Richard M. Stallman <rms@gnu.org>
parents:
35056
diff
changeset
|
132 contents). The default is to delete only empty directories. |
25829 | 133 |
134 @kindex u @r{(Dired deletion)} | |
135 @kindex DEL @r{(Dired)} | |
136 The files are flagged for deletion rather than deleted immediately to | |
137 reduce the danger of deleting a file accidentally. Until you direct | |
37484
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
138 Dired to delete the flagged files, you can remove deletion flags using |
25829 | 139 the commands @kbd{u} and @key{DEL}. @kbd{u} (@code{dired-unmark}) works |
140 just like @kbd{d}, but removes flags rather than making flags. | |
141 @key{DEL} (@code{dired-unmark-backward}) moves upward, removing flags; | |
142 it is like @kbd{u} with argument @minus{}1. | |
143 | |
144 @kindex x @r{(Dired)} | |
37484
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
145 @findex dired-do-flagged-delete |
25829 | 146 @cindex expunging (Dired) |
37484
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
147 To delete the flagged files, type @kbd{x} (@code{dired-do-flagged-delete}). |
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
148 (This is also known as @dfn{expunging}.) |
25829 | 149 This command first displays a list of all the file names flagged for |
150 deletion, and requests confirmation with @kbd{yes}. If you confirm, | |
151 Dired deletes the flagged files, then deletes their lines from the text | |
152 of the Dired buffer. The shortened Dired buffer remains selected. | |
153 | |
154 If you answer @kbd{no} or quit with @kbd{C-g} when asked to confirm, you | |
155 return immediately to Dired, with the deletion flags still present in | |
156 the buffer, and no files actually deleted. | |
157 | |
158 @node Flagging Many Files | |
159 @section Flagging Many Files at Once | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
160 @cindex flagging many files for deletion (in Dired) |
25829 | 161 |
162 @table @kbd | |
163 @item # | |
164 Flag all auto-save files (files whose names start and end with @samp{#}) | |
165 for deletion (@pxref{Auto Save}). | |
166 | |
167 @item ~ | |
168 Flag all backup files (files whose names end with @samp{~}) for deletion | |
169 (@pxref{Backup}). | |
170 | |
171 @item & | |
172 Flag for deletion all files with certain kinds of names, names that | |
173 suggest you could easily create the files again. | |
174 | |
175 @item .@: @r{(Period)} | |
176 Flag excess numeric backup files for deletion. The oldest and newest | |
177 few backup files of any one file are exempt; the middle ones are | |
178 flagged. | |
179 | |
180 @item % d @var{regexp} @key{RET} | |
181 Flag for deletion all files whose names match the regular expression | |
182 @var{regexp}. | |
183 @end table | |
184 | |
185 The @kbd{#}, @kbd{~}, @kbd{&}, and @kbd{.} commands flag many files for | |
186 deletion, based on their file names. These commands are useful | |
187 precisely because they do not themselves delete any files; you can | |
188 remove the deletion flags from any flagged files that you really wish to | |
189 keep.@refill | |
190 | |
191 @kindex & @r{(Dired)} | |
192 @findex dired-flag-garbage-files | |
193 @vindex dired-garbage-files-regexp | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
194 @cindex deleting some backup files |
25829 | 195 @kbd{&} (@code{dired-flag-garbage-files}) flags files whose names |
196 match the regular expression specified by the variable | |
197 @code{dired-garbage-files-regexp}. By default, this matches certain | |
37484
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
198 files produced by @TeX{}, @samp{.bak} files, and the @samp{.orig} and |
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
199 @samp{.rej} files produced by @code{patch}. |
25829 | 200 |
201 @kindex # @r{(Dired)} | |
202 @findex dired-flag-auto-save-files | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
203 @cindex deleting auto-save files |
25829 | 204 @kbd{#} (@code{dired-flag-auto-save-files}) flags for deletion all |
205 files whose names look like auto-save files (@pxref{Auto Save})---that | |
38124
72ea86c1d394
Proofreading fixes from Tim Goodwin <tjg@star.le.ac.uk>.
Eli Zaretskii <eliz@gnu.org>
parents:
37993
diff
changeset
|
206 is, files whose names begin and end with @samp{#}. |
72ea86c1d394
Proofreading fixes from Tim Goodwin <tjg@star.le.ac.uk>.
Eli Zaretskii <eliz@gnu.org>
parents:
37993
diff
changeset
|
207 |
72ea86c1d394
Proofreading fixes from Tim Goodwin <tjg@star.le.ac.uk>.
Eli Zaretskii <eliz@gnu.org>
parents:
37993
diff
changeset
|
208 @kindex ~ @r{(Dired)} |
72ea86c1d394
Proofreading fixes from Tim Goodwin <tjg@star.le.ac.uk>.
Eli Zaretskii <eliz@gnu.org>
parents:
37993
diff
changeset
|
209 @findex dired-flag-backup-files |
72ea86c1d394
Proofreading fixes from Tim Goodwin <tjg@star.le.ac.uk>.
Eli Zaretskii <eliz@gnu.org>
parents:
37993
diff
changeset
|
210 @kbd{~} (@code{dired-flag-backup-files}) flags for deletion all files |
38745 | 211 whose names say they are backup files (@pxref{Backup})---that is, files |
212 whose names end in @samp{~}. | |
25829 | 213 |
214 @kindex . @r{(Dired)} | |
215 @vindex dired-kept-versions | |
216 @findex dired-clean-directory | |
217 @kbd{.} (period, @code{dired-clean-directory}) flags just some of the | |
218 backup files for deletion: all but the oldest few and newest few backups | |
219 of any one file. Normally @code{dired-kept-versions} (@strong{not} | |
220 @code{kept-new-versions}; that applies only when saving) specifies the | |
221 number of newest versions of each file to keep, and | |
222 @code{kept-old-versions} specifies the number of oldest versions to | |
223 keep. | |
224 | |
225 Period with a positive numeric argument, as in @kbd{C-u 3 .}, | |
226 specifies the number of newest versions to keep, overriding | |
227 @code{dired-kept-versions}. A negative numeric argument overrides | |
228 @code{kept-old-versions}, using minus the value of the argument to | |
229 specify the number of oldest versions of each file to keep. | |
230 | |
231 @findex dired-flag-files-regexp | |
232 @kindex % d @r{(Dired)} | |
233 The @kbd{% d} command flags all files whose names match a specified | |
234 regular expression (@code{dired-flag-files-regexp}). Only the | |
235 non-directory part of the file name is used in matching. You can use | |
236 @samp{^} and @samp{$} to anchor matches. You can exclude subdirectories | |
237 by hiding them (@pxref{Hiding Subdirectories}). | |
238 | |
239 @node Dired Visiting | |
240 @section Visiting Files in Dired | |
241 | |
242 There are several Dired commands for visiting or examining the files | |
243 listed in the Dired buffer. All of them apply to the current line's | |
244 file; if that file is really a directory, these commands invoke Dired on | |
245 that subdirectory (making a separate Dired buffer). | |
246 | |
247 @table @kbd | |
248 @item f | |
249 @kindex f @r{(Dired)} | |
250 @findex dired-find-file | |
251 Visit the file described on the current line, like typing @kbd{C-x C-f} | |
252 and supplying that file name (@code{dired-find-file}). @xref{Visiting}. | |
253 | |
254 @item @key{RET} | |
37993
1ff0891cec4c
Change "Dired Commands" to "Dired Navigation". Move the general
Eli Zaretskii <eliz@gnu.org>
parents:
37549
diff
changeset
|
255 @itemx e |
25829 | 256 @kindex RET @r{(Dired)} |
37993
1ff0891cec4c
Change "Dired Commands" to "Dired Navigation". Move the general
Eli Zaretskii <eliz@gnu.org>
parents:
37549
diff
changeset
|
257 @kindex e @r{(Dired)} |
25829 | 258 Equivalent to @kbd{f}. |
259 | |
60103
d7a513160c01
(Dired Enter): C-x C-f can run Dired.
Richard M. Stallman <rms@gnu.org>
parents:
59885
diff
changeset
|
260 @ignore @c This command seems too risky to document at all. |
30114
50c69ce6e1b0
Describe dired-find-alternate-file.
Gerd Moellmann <gerd@gnu.org>
parents:
28126
diff
changeset
|
261 @item a |
50c69ce6e1b0
Describe dired-find-alternate-file.
Gerd Moellmann <gerd@gnu.org>
parents:
28126
diff
changeset
|
262 @kindex a @r{(Dired)} |
50c69ce6e1b0
Describe dired-find-alternate-file.
Gerd Moellmann <gerd@gnu.org>
parents:
28126
diff
changeset
|
263 @findex dired-find-alternate-file |
50c69ce6e1b0
Describe dired-find-alternate-file.
Gerd Moellmann <gerd@gnu.org>
parents:
28126
diff
changeset
|
264 Like @kbd{f}, but replaces the contents of the Dired buffer with |
36477
957e48a1565e
(Dired Visiting): Fix wording, suggested by Ron Ross <ronross@colba.net>.
Eli Zaretskii <eliz@gnu.org>
parents:
36263
diff
changeset
|
265 that of an alternate file or directory (@code{dired-find-alternate-file}). |
60103
d7a513160c01
(Dired Enter): C-x C-f can run Dired.
Richard M. Stallman <rms@gnu.org>
parents:
59885
diff
changeset
|
266 @end ignore |
30114
50c69ce6e1b0
Describe dired-find-alternate-file.
Gerd Moellmann <gerd@gnu.org>
parents:
28126
diff
changeset
|
267 |
25829 | 268 @item o |
269 @kindex o @r{(Dired)} | |
270 @findex dired-find-file-other-window | |
271 Like @kbd{f}, but uses another window to display the file's buffer | |
272 (@code{dired-find-file-other-window}). The Dired buffer remains visible | |
273 in the first window. This is like using @kbd{C-x 4 C-f} to visit the | |
274 file. @xref{Windows}. | |
275 | |
276 @item C-o | |
277 @kindex C-o @r{(Dired)} | |
278 @findex dired-display-file | |
279 Visit the file described on the current line, and display the buffer in | |
280 another window, but do not select that window (@code{dired-display-file}). | |
281 | |
60103
d7a513160c01
(Dired Enter): C-x C-f can run Dired.
Richard M. Stallman <rms@gnu.org>
parents:
59885
diff
changeset
|
282 @item Mouse-1 |
d7a513160c01
(Dired Enter): C-x C-f can run Dired.
Richard M. Stallman <rms@gnu.org>
parents:
59885
diff
changeset
|
283 @itemx Mouse-2 |
25829 | 284 @findex dired-mouse-find-file-other-window |
285 Visit the file named by the line you click on | |
286 (@code{dired-mouse-find-file-other-window}). This uses another window | |
287 to display the file, like the @kbd{o} command. | |
288 | |
289 @item v | |
290 @kindex v @r{(Dired)} | |
291 @findex dired-view-file | |
46203
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
292 View the file described on the current line, using either an external |
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
293 viewing program or @kbd{M-x view-file} (@code{dired-view-file}). |
25829 | 294 |
46203
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
295 @vindex dired-view-command-alist |
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
296 External viewers are used for certain file types under the control of |
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
297 @code{dired-view-command-alist}. Viewing a file with @code{view-file} |
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
298 is like visiting it, but is slanted toward moving around in the file |
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
299 conveniently and does not allow changing the file. @xref{Misc File |
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
300 Ops,View File, Miscellaneous File Operations}. |
37993
1ff0891cec4c
Change "Dired Commands" to "Dired Navigation". Move the general
Eli Zaretskii <eliz@gnu.org>
parents:
37549
diff
changeset
|
301 |
1ff0891cec4c
Change "Dired Commands" to "Dired Navigation". Move the general
Eli Zaretskii <eliz@gnu.org>
parents:
37549
diff
changeset
|
302 @item ^ |
1ff0891cec4c
Change "Dired Commands" to "Dired Navigation". Move the general
Eli Zaretskii <eliz@gnu.org>
parents:
37549
diff
changeset
|
303 @kindex ^ @r{(Dired)} |
1ff0891cec4c
Change "Dired Commands" to "Dired Navigation". Move the general
Eli Zaretskii <eliz@gnu.org>
parents:
37549
diff
changeset
|
304 @findex dired-up-directory |
1ff0891cec4c
Change "Dired Commands" to "Dired Navigation". Move the general
Eli Zaretskii <eliz@gnu.org>
parents:
37549
diff
changeset
|
305 Visit the parent directory of the current directory |
1ff0891cec4c
Change "Dired Commands" to "Dired Navigation". Move the general
Eli Zaretskii <eliz@gnu.org>
parents:
37549
diff
changeset
|
306 (@code{dired-up-directory}). This is more convenient than moving to |
1ff0891cec4c
Change "Dired Commands" to "Dired Navigation". Move the general
Eli Zaretskii <eliz@gnu.org>
parents:
37549
diff
changeset
|
307 the parent directory's line and typing @kbd{f} there. |
25829 | 308 @end table |
309 | |
310 @node Marks vs Flags | |
311 @section Dired Marks vs. Flags | |
312 | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
313 @cindex marking many files (in Dired) |
37484
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
314 Instead of flagging a file with @samp{D}, you can @dfn{mark} the |
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
315 file with some other character (usually @samp{*}). Most Dired |
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
316 commands to operate on files use the files marked with @samp{*}, the |
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
317 exception being @kbd{x} which deletes the flagged files. |
25829 | 318 |
319 Here are some commands for marking with @samp{*}, or for unmarking or | |
320 operating on marks. (@xref{Dired Deletion}, for commands to flag and | |
321 unflag files.) | |
322 | |
323 @table @kbd | |
324 @item m | |
325 @itemx * m | |
326 @kindex m @r{(Dired)} | |
327 @kindex * m @r{(Dired)} | |
328 @findex dired-mark | |
329 Mark the current file with @samp{*} (@code{dired-mark}). With a numeric | |
330 argument @var{n}, mark the next @var{n} files starting with the current | |
331 file. (If @var{n} is negative, mark the previous @minus{}@var{n} | |
332 files.) | |
333 | |
334 @item * * | |
335 @kindex * * @r{(Dired)} | |
336 @findex dired-mark-executables | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
337 @cindex marking executable files (in Dired) |
25829 | 338 Mark all executable files with @samp{*} |
339 (@code{dired-mark-executables}). With a numeric argument, unmark all | |
340 those files. | |
341 | |
342 @item * @@ | |
343 @kindex * @@ @r{(Dired)} | |
344 @findex dired-mark-symlinks | |
52576
a90f7b4afc00
(Misc Dired Commands): New node.
Richard M. Stallman <rms@gnu.org>
parents:
52401
diff
changeset
|
345 @cindex marking symbolic links (in Dired) |
25829 | 346 Mark all symbolic links with @samp{*} (@code{dired-mark-symlinks}). |
347 With a numeric argument, unmark all those files. | |
348 | |
349 @item * / | |
350 @kindex * / @r{(Dired)} | |
351 @findex dired-mark-directories | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
352 @cindex marking subdirectories (in Dired) |
25829 | 353 Mark with @samp{*} all files which are actually directories, except for |
354 @file{.} and @file{..} (@code{dired-mark-directories}). With a numeric | |
355 argument, unmark all those files. | |
356 | |
357 @item * s | |
358 @kindex * s @r{(Dired)} | |
359 @findex dired-mark-subdir-files | |
360 Mark all the files in the current subdirectory, aside from @file{.} | |
361 and @file{..} (@code{dired-mark-subdir-files}). | |
362 | |
363 @item u | |
364 @itemx * u | |
365 @kindex u @r{(Dired)} | |
366 @kindex * u @r{(Dired)} | |
367 @findex dired-unmark | |
368 Remove any mark on this line (@code{dired-unmark}). | |
369 | |
370 @item @key{DEL} | |
371 @itemx * @key{DEL} | |
372 @kindex * DEL @r{(Dired)} | |
373 @findex dired-unmark-backward | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
374 @cindex unmarking files (in Dired) |
25829 | 375 Move point to previous line and remove any mark on that line |
376 (@code{dired-unmark-backward}). | |
377 | |
378 @item * ! | |
379 @kindex * ! @r{(Dired)} | |
37484
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
380 @findex dired-unmark-all-marks |
25829 | 381 Remove all marks from all the files in this Dired buffer |
37484
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
382 (@code{dired-unmark-all-marks}). |
25829 | 383 |
384 @item * ? @var{markchar} | |
385 @kindex * ? @r{(Dired)} | |
386 @findex dired-unmark-all-files | |
387 Remove all marks that use the character @var{markchar} | |
388 (@code{dired-unmark-all-files}). The argument is a single | |
36477
957e48a1565e
(Dired Visiting): Fix wording, suggested by Ron Ross <ronross@colba.net>.
Eli Zaretskii <eliz@gnu.org>
parents:
36263
diff
changeset
|
389 character---do not use @key{RET} to terminate it. See the description |
36507 | 390 of the @kbd{* c} command below, which lets you replace one mark |
391 character with another. | |
25829 | 392 |
393 With a numeric argument, this command queries about each marked file, | |
394 asking whether to remove its mark. You can answer @kbd{y} meaning yes, | |
395 @kbd{n} meaning no, or @kbd{!} to remove the marks from the remaining | |
396 files without asking about them. | |
397 | |
398 @item * C-n | |
399 @findex dired-next-marked-file | |
400 @kindex * C-n @r{(Dired)} | |
401 Move down to the next marked file (@code{dired-next-marked-file}) | |
402 A file is ``marked'' if it has any kind of mark. | |
403 | |
404 @item * C-p | |
405 @findex dired-prev-marked-file | |
406 @kindex * C-p @r{(Dired)} | |
407 Move up to the previous marked file (@code{dired-prev-marked-file}) | |
408 | |
409 @item * t | |
410 @kindex * t @r{(Dired)} | |
44213
729648fff079
Rename dired-do-toggle to dired-toggle-marks.
Richard M. Stallman <rms@gnu.org>
parents:
43109
diff
changeset
|
411 @findex dired-toggle-marks |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
412 @cindex toggling marks (in Dired) |
44213
729648fff079
Rename dired-do-toggle to dired-toggle-marks.
Richard M. Stallman <rms@gnu.org>
parents:
43109
diff
changeset
|
413 Toggle all marks (@code{dired-toggle-marks}): files marked with @samp{*} |
25829 | 414 become unmarked, and unmarked files are marked with @samp{*}. Files |
415 marked in any other way are not affected. | |
416 | |
36477
957e48a1565e
(Dired Visiting): Fix wording, suggested by Ron Ross <ronross@colba.net>.
Eli Zaretskii <eliz@gnu.org>
parents:
36263
diff
changeset
|
417 @item * c @var{old-markchar} @var{new-markchar} |
25829 | 418 @kindex * c @r{(Dired)} |
419 @findex dired-change-marks | |
36477
957e48a1565e
(Dired Visiting): Fix wording, suggested by Ron Ross <ronross@colba.net>.
Eli Zaretskii <eliz@gnu.org>
parents:
36263
diff
changeset
|
420 Replace all marks that use the character @var{old-markchar} with marks |
957e48a1565e
(Dired Visiting): Fix wording, suggested by Ron Ross <ronross@colba.net>.
Eli Zaretskii <eliz@gnu.org>
parents:
36263
diff
changeset
|
421 that use the character @var{new-markchar} (@code{dired-change-marks}). |
957e48a1565e
(Dired Visiting): Fix wording, suggested by Ron Ross <ronross@colba.net>.
Eli Zaretskii <eliz@gnu.org>
parents:
36263
diff
changeset
|
422 This command is the primary way to create or use marks other than |
957e48a1565e
(Dired Visiting): Fix wording, suggested by Ron Ross <ronross@colba.net>.
Eli Zaretskii <eliz@gnu.org>
parents:
36263
diff
changeset
|
423 @samp{*} or @samp{D}. The arguments are single characters---do not use |
957e48a1565e
(Dired Visiting): Fix wording, suggested by Ron Ross <ronross@colba.net>.
Eli Zaretskii <eliz@gnu.org>
parents:
36263
diff
changeset
|
424 @key{RET} to terminate them. |
25829 | 425 |
426 You can use almost any character as a mark character by means of this | |
36477
957e48a1565e
(Dired Visiting): Fix wording, suggested by Ron Ross <ronross@colba.net>.
Eli Zaretskii <eliz@gnu.org>
parents:
36263
diff
changeset
|
427 command, to distinguish various classes of files. If @var{old-markchar} |
957e48a1565e
(Dired Visiting): Fix wording, suggested by Ron Ross <ronross@colba.net>.
Eli Zaretskii <eliz@gnu.org>
parents:
36263
diff
changeset
|
428 is a space (@samp{ }), then the command operates on all unmarked files; |
957e48a1565e
(Dired Visiting): Fix wording, suggested by Ron Ross <ronross@colba.net>.
Eli Zaretskii <eliz@gnu.org>
parents:
36263
diff
changeset
|
429 if @var{new-markchar} is a space, then the command unmarks the files it |
957e48a1565e
(Dired Visiting): Fix wording, suggested by Ron Ross <ronross@colba.net>.
Eli Zaretskii <eliz@gnu.org>
parents:
36263
diff
changeset
|
430 acts on. |
25829 | 431 |
432 To illustrate the power of this command, here is how to put @samp{D} | |
433 flags on all the files that have no marks, while unflagging all those | |
434 that already have @samp{D} flags: | |
435 | |
436 @example | |
437 * c D t * c SPC D * c t SPC | |
438 @end example | |
439 | |
36507 | 440 This assumes that no files were already marked with @samp{t}. |
25829 | 441 |
442 @item % m @var{regexp} @key{RET} | |
443 @itemx * % @var{regexp} @key{RET} | |
444 @findex dired-mark-files-regexp | |
445 @kindex % m @r{(Dired)} | |
446 @kindex * % @r{(Dired)} | |
447 Mark (with @samp{*}) all files whose names match the regular expression | |
448 @var{regexp} (@code{dired-mark-files-regexp}). This command is like | |
449 @kbd{% d}, except that it marks files with @samp{*} instead of flagging | |
450 with @samp{D}. @xref{Flagging Many Files}. | |
451 | |
452 Only the non-directory part of the file name is used in matching. Use | |
453 @samp{^} and @samp{$} to anchor matches. Exclude subdirectories by | |
454 hiding them (@pxref{Hiding Subdirectories}). | |
455 | |
456 @item % g @var{regexp} @key{RET} | |
457 @findex dired-mark-files-containing-regexp | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
458 @kindex % g @r{(Dired)} |
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
459 @cindex finding files containing regexp matches (in Dired) |
25829 | 460 Mark (with @samp{*}) all files whose @emph{contents} contain a match for |
461 the regular expression @var{regexp} | |
462 (@code{dired-mark-files-containing-regexp}). This command is like | |
463 @kbd{% m}, except that it searches the file contents instead of the file | |
464 name. | |
465 | |
466 @item C-_ | |
467 @kindex C-_ @r{(Dired)} | |
468 @findex dired-undo | |
469 Undo changes in the Dired buffer, such as adding or removing | |
37519
1a27ed8dcefc
(Marks vs Flags): Explain that dired-undo doesn't undo the file
Eli Zaretskii <eliz@gnu.org>
parents:
37491
diff
changeset
|
470 marks (@code{dired-undo}). @emph{This command does not revert the |
38124
72ea86c1d394
Proofreading fixes from Tim Goodwin <tjg@star.le.ac.uk>.
Eli Zaretskii <eliz@gnu.org>
parents:
37993
diff
changeset
|
471 actual file operations, nor recover lost files!} It just undoes |
37519
1a27ed8dcefc
(Marks vs Flags): Explain that dired-undo doesn't undo the file
Eli Zaretskii <eliz@gnu.org>
parents:
37491
diff
changeset
|
472 changes in the buffer itself. For example, if used after renaming one |
1a27ed8dcefc
(Marks vs Flags): Explain that dired-undo doesn't undo the file
Eli Zaretskii <eliz@gnu.org>
parents:
37491
diff
changeset
|
473 or more files, @code{dired-undo} restores the original names, which |
1a27ed8dcefc
(Marks vs Flags): Explain that dired-undo doesn't undo the file
Eli Zaretskii <eliz@gnu.org>
parents:
37491
diff
changeset
|
474 will get the Dired buffer out of sync with the actual contents of the |
1a27ed8dcefc
(Marks vs Flags): Explain that dired-undo doesn't undo the file
Eli Zaretskii <eliz@gnu.org>
parents:
37491
diff
changeset
|
475 directory. |
25829 | 476 @end table |
477 | |
478 @node Operating on Files | |
479 @section Operating on Files | |
480 @cindex operating on files in Dired | |
481 | |
482 This section describes the basic Dired commands to operate on one file | |
483 or several files. All of these commands are capital letters; all of | |
484 them use the minibuffer, either to read an argument or to ask for | |
485 confirmation, before they act. All of them give you several ways to | |
486 specify which files to manipulate: | |
487 | |
488 @itemize @bullet | |
489 @item | |
490 If you give the command a numeric prefix argument @var{n}, it operates | |
491 on the next @var{n} files, starting with the current file. (If @var{n} | |
492 is negative, the command operates on the @minus{}@var{n} files preceding | |
493 the current line.) | |
494 | |
495 @item | |
496 Otherwise, if some files are marked with @samp{*}, the command operates | |
497 on all those files. | |
498 | |
499 @item | |
500 Otherwise, the command operates on the current file only. | |
501 @end itemize | |
502 | |
37491
772178ae2c7e
(Operating on Files): Document dired-dwim-target.
Eli Zaretskii <eliz@gnu.org>
parents:
37484
diff
changeset
|
503 @vindex dired-dwim-target |
772178ae2c7e
(Operating on Files): Document dired-dwim-target.
Eli Zaretskii <eliz@gnu.org>
parents:
37484
diff
changeset
|
504 @cindex two directories (in Dired) |
772178ae2c7e
(Operating on Files): Document dired-dwim-target.
Eli Zaretskii <eliz@gnu.org>
parents:
37484
diff
changeset
|
505 Commands which ask for a destination directory, such as those which |
772178ae2c7e
(Operating on Files): Document dired-dwim-target.
Eli Zaretskii <eliz@gnu.org>
parents:
37484
diff
changeset
|
506 copy and rename files or create links for them, try to guess the default |
772178ae2c7e
(Operating on Files): Document dired-dwim-target.
Eli Zaretskii <eliz@gnu.org>
parents:
37484
diff
changeset
|
507 target directory for the operation. Normally, they suggest the Dired |
772178ae2c7e
(Operating on Files): Document dired-dwim-target.
Eli Zaretskii <eliz@gnu.org>
parents:
37484
diff
changeset
|
508 buffer's default directory, but if the variable @code{dired-dwim-target} |
772178ae2c7e
(Operating on Files): Document dired-dwim-target.
Eli Zaretskii <eliz@gnu.org>
parents:
37484
diff
changeset
|
509 is non-@code{nil}, and if there is another Dired buffer displayed in the |
772178ae2c7e
(Operating on Files): Document dired-dwim-target.
Eli Zaretskii <eliz@gnu.org>
parents:
37484
diff
changeset
|
510 next window, that other buffer's directory is suggested instead. |
772178ae2c7e
(Operating on Files): Document dired-dwim-target.
Eli Zaretskii <eliz@gnu.org>
parents:
37484
diff
changeset
|
511 |
25829 | 512 Here are the file-manipulating commands that operate on files in this |
513 way. (Some other Dired commands, such as @kbd{!} and the @samp{%} | |
514 commands, also use these conventions to decide which files to work on.) | |
515 | |
516 @table @kbd | |
517 @findex dired-do-copy | |
518 @kindex C @r{(Dired)} | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
519 @cindex copying files (in Dired) |
25829 | 520 @item C @var{new} @key{RET} |
521 Copy the specified files (@code{dired-do-copy}). The argument @var{new} | |
522 is the directory to copy into, or (if copying a single file) the new | |
523 name. | |
524 | |
525 @vindex dired-copy-preserve-time | |
526 If @code{dired-copy-preserve-time} is non-@code{nil}, then copying with | |
527 this command sets the modification time of the new file to be the same | |
528 as that of the old file. | |
529 | |
36149
a1ff91eda21c
Just a short xref for dired-x.
Richard M. Stallman <rms@gnu.org>
parents:
35056
diff
changeset
|
530 @vindex dired-recursive-copies |
40617
aeebb5c33587
(Dired Deletion, Operating On Files): Add index entries.
Eli Zaretskii <eliz@gnu.org>
parents:
39287
diff
changeset
|
531 @cindex recursive copying |
36149
a1ff91eda21c
Just a short xref for dired-x.
Richard M. Stallman <rms@gnu.org>
parents:
35056
diff
changeset
|
532 The variable @code{dired-recursive-copies} controls whether |
a1ff91eda21c
Just a short xref for dired-x.
Richard M. Stallman <rms@gnu.org>
parents:
35056
diff
changeset
|
533 directories are copied recursively. The default is to not copy |
a1ff91eda21c
Just a short xref for dired-x.
Richard M. Stallman <rms@gnu.org>
parents:
35056
diff
changeset
|
534 recursively, which means that directories cannot be copied. |
a1ff91eda21c
Just a short xref for dired-x.
Richard M. Stallman <rms@gnu.org>
parents:
35056
diff
changeset
|
535 |
25829 | 536 @item D |
537 @findex dired-do-delete | |
538 @kindex D @r{(Dired)} | |
539 Delete the specified files (@code{dired-do-delete}). Like the other | |
540 commands in this section, this command operates on the @emph{marked} | |
541 files, or the next @var{n} files. By contrast, @kbd{x} | |
37484
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
542 (@code{dired-do-flagged-delete}) deletes all @dfn{flagged} files. |
25829 | 543 |
544 @findex dired-do-rename | |
545 @kindex R @r{(Dired)} | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
546 @cindex renaming files (in Dired) |
25829 | 547 @item R @var{new} @key{RET} |
548 Rename the specified files (@code{dired-do-rename}). The argument | |
549 @var{new} is the directory to rename into, or (if renaming a single | |
550 file) the new name. | |
551 | |
552 Dired automatically changes the visited file name of buffers associated | |
553 with renamed files so that they refer to the new names. | |
554 | |
555 @findex dired-do-hardlink | |
556 @kindex H @r{(Dired)} | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
557 @cindex hard links (in Dired) |
25829 | 558 @item H @var{new} @key{RET} |
559 Make hard links to the specified files (@code{dired-do-hardlink}). The | |
560 argument @var{new} is the directory to make the links in, or (if making | |
561 just one link) the name to give the link. | |
562 | |
563 @findex dired-do-symlink | |
564 @kindex S @r{(Dired)} | |
52576
a90f7b4afc00
(Misc Dired Commands): New node.
Richard M. Stallman <rms@gnu.org>
parents:
52401
diff
changeset
|
565 @cindex symbolic links (creation in Dired) |
25829 | 566 @item S @var{new} @key{RET} |
567 Make symbolic links to the specified files (@code{dired-do-symlink}). | |
568 The argument @var{new} is the directory to make the links in, or (if | |
569 making just one link) the name to give the link. | |
570 | |
571 @findex dired-do-chmod | |
572 @kindex M @r{(Dired)} | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
573 @cindex changing file permissions (in Dired) |
25829 | 574 @item M @var{modespec} @key{RET} |
575 Change the mode (also called ``permission bits'') of the specified files | |
576 (@code{dired-do-chmod}). This uses the @code{chmod} program, so | |
577 @var{modespec} can be any argument that @code{chmod} can handle. | |
578 | |
579 @findex dired-do-chgrp | |
580 @kindex G @r{(Dired)} | |
36263
11db0318031d
Remove redundant index entries.
Eli Zaretskii <eliz@gnu.org>
parents:
36149
diff
changeset
|
581 @cindex changing file group (in Dired) |
25829 | 582 @item G @var{newgroup} @key{RET} |
583 Change the group of the specified files to @var{newgroup} | |
584 (@code{dired-do-chgrp}). | |
585 | |
586 @findex dired-do-chown | |
587 @kindex O @r{(Dired)} | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
588 @cindex changing file owner (in Dired) |
25829 | 589 @item O @var{newowner} @key{RET} |
590 Change the owner of the specified files to @var{newowner} | |
591 (@code{dired-do-chown}). (On most systems, only the superuser can do | |
592 this.) | |
593 | |
594 @vindex dired-chown-program | |
595 The variable @code{dired-chown-program} specifies the name of the | |
596 program to use to do the work (different systems put @code{chown} in | |
597 different places). | |
598 | |
56046
684d4b5c0efc
(Operating on Files): Add dired-do-touch.
Juri Linkov <juri@jurta.org>
parents:
55780
diff
changeset
|
599 @findex dired-do-touch |
684d4b5c0efc
(Operating on Files): Add dired-do-touch.
Juri Linkov <juri@jurta.org>
parents:
55780
diff
changeset
|
600 @kindex T @r{(Dired)} |
684d4b5c0efc
(Operating on Files): Add dired-do-touch.
Juri Linkov <juri@jurta.org>
parents:
55780
diff
changeset
|
601 @cindex changing file time (in Dired) |
684d4b5c0efc
(Operating on Files): Add dired-do-touch.
Juri Linkov <juri@jurta.org>
parents:
55780
diff
changeset
|
602 @item T @var{timestamp} @key{RET} |
684d4b5c0efc
(Operating on Files): Add dired-do-touch.
Juri Linkov <juri@jurta.org>
parents:
55780
diff
changeset
|
603 Change the time of the specified files (@code{dired-do-touch}). |
684d4b5c0efc
(Operating on Files): Add dired-do-touch.
Juri Linkov <juri@jurta.org>
parents:
55780
diff
changeset
|
604 |
25829 | 605 @findex dired-do-print |
606 @kindex P @r{(Dired)} | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
607 @cindex printing files (in Dired) |
25829 | 608 @item P @var{command} @key{RET} |
609 Print the specified files (@code{dired-do-print}). You must specify the | |
610 command to print them with, but the minibuffer starts out with a | |
611 suitable guess made using the variables @code{lpr-command} and | |
612 @code{lpr-switches} (the same variables that @code{lpr-buffer} uses; | |
613 @pxref{Hardcopy}). | |
614 | |
615 @findex dired-do-compress | |
616 @kindex Z @r{(Dired)} | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
617 @cindex compressing files (in Dired) |
25829 | 618 @item Z |
619 Compress the specified files (@code{dired-do-compress}). If the file | |
620 appears to be a compressed file already, it is uncompressed instead. | |
621 | |
622 @findex dired-do-load | |
623 @kindex L @r{(Dired)} | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
624 @cindex loading several files (in Dired) |
25829 | 625 @item L |
626 Load the specified Emacs Lisp files (@code{dired-do-load}). | |
627 @xref{Lisp Libraries}. | |
628 | |
629 @findex dired-do-byte-compile | |
630 @kindex B @r{(Dired)} | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
631 @cindex byte-compiling several files (in Dired) |
25829 | 632 @item B |
633 Byte compile the specified Emacs Lisp files | |
634 (@code{dired-do-byte-compile}). @xref{Byte Compilation,, Byte | |
635 Compilation, elisp, The Emacs Lisp Reference Manual}. | |
636 | |
637 @kindex A @r{(Dired)} | |
638 @findex dired-do-search | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
639 @cindex search multiple files (in Dired) |
25829 | 640 @item A @var{regexp} @key{RET} |
641 Search all the specified files for the regular expression @var{regexp} | |
642 (@code{dired-do-search}). | |
643 | |
644 This command is a variant of @code{tags-search}. The search stops at | |
645 the first match it finds; use @kbd{M-,} to resume the search and find | |
646 the next match. @xref{Tags Search}. | |
647 | |
648 @kindex Q @r{(Dired)} | |
37484
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
649 @findex dired-do-query-replace-regexp |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
650 @cindex search and replace in multiple files (in Dired) |
37484
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
651 @item Q @var{regexp} @key{RET} @var{to} @key{RET} |
25829 | 652 Perform @code{query-replace-regexp} on each of the specified files, |
37484
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
653 replacing matches for @var{regexp} with the string |
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
654 @var{to} (@code{dired-do-query-replace-regexp}). |
25829 | 655 |
656 This command is a variant of @code{tags-query-replace}. If you exit the | |
657 query replace loop, you can use @kbd{M-,} to resume the scan and replace | |
658 more matches. @xref{Tags Search}. | |
659 @end table | |
660 | |
661 @kindex + @r{(Dired)} | |
662 @findex dired-create-directory | |
663 One special file-operation command is @kbd{+} | |
664 (@code{dired-create-directory}). This command reads a directory name and | |
665 creates the directory if it does not already exist. | |
666 | |
667 @node Shell Commands in Dired | |
668 @section Shell Commands in Dired | |
669 @cindex shell commands, Dired | |
670 | |
671 @findex dired-do-shell-command | |
672 @kindex ! @r{(Dired)} | |
36477
957e48a1565e
(Dired Visiting): Fix wording, suggested by Ron Ross <ronross@colba.net>.
Eli Zaretskii <eliz@gnu.org>
parents:
36263
diff
changeset
|
673 @kindex X @r{(Dired)} |
957e48a1565e
(Dired Visiting): Fix wording, suggested by Ron Ross <ronross@colba.net>.
Eli Zaretskii <eliz@gnu.org>
parents:
36263
diff
changeset
|
674 The Dired command @kbd{!} (@code{dired-do-shell-command}) reads a shell |
25829 | 675 command string in the minibuffer and runs that shell command on all the |
36477
957e48a1565e
(Dired Visiting): Fix wording, suggested by Ron Ross <ronross@colba.net>.
Eli Zaretskii <eliz@gnu.org>
parents:
36263
diff
changeset
|
676 specified files. @kbd{X} is a synonym for @kbd{!}. You can specify the |
957e48a1565e
(Dired Visiting): Fix wording, suggested by Ron Ross <ronross@colba.net>.
Eli Zaretskii <eliz@gnu.org>
parents:
36263
diff
changeset
|
677 files to operate on in the usual ways for Dired commands |
957e48a1565e
(Dired Visiting): Fix wording, suggested by Ron Ross <ronross@colba.net>.
Eli Zaretskii <eliz@gnu.org>
parents:
36263
diff
changeset
|
678 (@pxref{Operating on Files}). There are two ways of applying a shell |
957e48a1565e
(Dired Visiting): Fix wording, suggested by Ron Ross <ronross@colba.net>.
Eli Zaretskii <eliz@gnu.org>
parents:
36263
diff
changeset
|
679 command to multiple files: |
25829 | 680 |
681 @itemize @bullet | |
682 @item | |
46203
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
683 If you use @samp{*} surrounded by whitespace in the shell command, |
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
684 then the command runs just once, with the list of file names |
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
685 substituted for the @samp{*}. The order of file names is the order of |
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
686 appearance in the Dired buffer. |
25829 | 687 |
688 Thus, @kbd{! tar cf foo.tar * @key{RET}} runs @code{tar} on the entire | |
689 list of file names, putting them into one tar file @file{foo.tar}. | |
690 | |
46203
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
691 If you want to use @samp{*} as a shell wildcard with whitespace around |
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
692 it, write @samp{*""}. In the shell, this is equivalent to @samp{*}; |
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
693 but since the @samp{*} is not surrounded by whitespace, Dired does |
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
694 not treat it specially. |
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
695 |
25829 | 696 @item |
46203
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
697 If the command string doesn't contain @samp{*} surrounded by |
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
698 whitespace, then it runs once @emph{for each file}. Normally the file |
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
699 name is added at the end. |
25829 | 700 |
701 For example, @kbd{! uudecode @key{RET}} runs @code{uudecode} on each | |
702 file. | |
703 | |
46203
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
704 @item |
60103
d7a513160c01
(Dired Enter): C-x C-f can run Dired.
Richard M. Stallman <rms@gnu.org>
parents:
59885
diff
changeset
|
705 However, if the command string contains @samp{?} surrounded by |
d7a513160c01
(Dired Enter): C-x C-f can run Dired.
Richard M. Stallman <rms@gnu.org>
parents:
59885
diff
changeset
|
706 whitespace, the current file name is substituted for @samp{?} (rather |
d7a513160c01
(Dired Enter): C-x C-f can run Dired.
Richard M. Stallman <rms@gnu.org>
parents:
59885
diff
changeset
|
707 than added at the end). You can use @samp{?} this way more than once |
d7a513160c01
(Dired Enter): C-x C-f can run Dired.
Richard M. Stallman <rms@gnu.org>
parents:
59885
diff
changeset
|
708 in the command, and the same file name replaces each occurrence. |
46203
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
709 @end itemize |
36149
a1ff91eda21c
Just a short xref for dired-x.
Richard M. Stallman <rms@gnu.org>
parents:
35056
diff
changeset
|
710 |
46203
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
711 To iterate over the file names in a more complicated fashion, use an |
59260
a3a45da02baa
(Shell Commands in Dired): Delete the ? example.
Richard M. Stallman <rms@gnu.org>
parents:
58926
diff
changeset
|
712 explicit shell loop. For example, here is how to uuencode each file, |
a3a45da02baa
(Shell Commands in Dired): Delete the ? example.
Richard M. Stallman <rms@gnu.org>
parents:
58926
diff
changeset
|
713 making the output file name by appending @samp{.uu} to the input file |
a3a45da02baa
(Shell Commands in Dired): Delete the ? example.
Richard M. Stallman <rms@gnu.org>
parents:
58926
diff
changeset
|
714 name: |
25829 | 715 |
716 @example | |
46203
09a72d736076
Update description of * and ? for shell commands.
Richard M. Stallman <rms@gnu.org>
parents:
44213
diff
changeset
|
717 for file in * ; do uuencode "$file" "$file" >"$file".uu; done |
25829 | 718 @end example |
719 | |
720 The working directory for the shell command is the top-level directory | |
721 of the Dired buffer. | |
722 | |
723 The @kbd{!} command does not attempt to update the Dired buffer to show | |
724 new or modified files, because it doesn't really understand shell | |
725 commands, and does not know what files the shell command changed. Use | |
726 the @kbd{g} command to update the Dired buffer (@pxref{Dired | |
727 Updating}). | |
728 | |
729 @node Transforming File Names | |
730 @section Transforming File Names in Dired | |
731 | |
37519
1a27ed8dcefc
(Marks vs Flags): Explain that dired-undo doesn't undo the file
Eli Zaretskii <eliz@gnu.org>
parents:
37491
diff
changeset
|
732 This section describes Dired commands which alter file names in a |
1a27ed8dcefc
(Marks vs Flags): Explain that dired-undo doesn't undo the file
Eli Zaretskii <eliz@gnu.org>
parents:
37491
diff
changeset
|
733 systematic way. |
1a27ed8dcefc
(Marks vs Flags): Explain that dired-undo doesn't undo the file
Eli Zaretskii <eliz@gnu.org>
parents:
37491
diff
changeset
|
734 |
1a27ed8dcefc
(Marks vs Flags): Explain that dired-undo doesn't undo the file
Eli Zaretskii <eliz@gnu.org>
parents:
37491
diff
changeset
|
735 Like the basic Dired file-manipulation commands (@pxref{Operating on |
1a27ed8dcefc
(Marks vs Flags): Explain that dired-undo doesn't undo the file
Eli Zaretskii <eliz@gnu.org>
parents:
37491
diff
changeset
|
736 Files}), the commands described here operate either on the next |
1a27ed8dcefc
(Marks vs Flags): Explain that dired-undo doesn't undo the file
Eli Zaretskii <eliz@gnu.org>
parents:
37491
diff
changeset
|
737 @var{n} files, or on all files marked with @samp{*}, or on the current |
1a27ed8dcefc
(Marks vs Flags): Explain that dired-undo doesn't undo the file
Eli Zaretskii <eliz@gnu.org>
parents:
37491
diff
changeset
|
738 file. (To mark files, use the commands described in @ref{Marks vs |
1a27ed8dcefc
(Marks vs Flags): Explain that dired-undo doesn't undo the file
Eli Zaretskii <eliz@gnu.org>
parents:
37491
diff
changeset
|
739 Flags}.) |
1a27ed8dcefc
(Marks vs Flags): Explain that dired-undo doesn't undo the file
Eli Zaretskii <eliz@gnu.org>
parents:
37491
diff
changeset
|
740 |
1a27ed8dcefc
(Marks vs Flags): Explain that dired-undo doesn't undo the file
Eli Zaretskii <eliz@gnu.org>
parents:
37491
diff
changeset
|
741 All of the commands described in this section work |
1a27ed8dcefc
(Marks vs Flags): Explain that dired-undo doesn't undo the file
Eli Zaretskii <eliz@gnu.org>
parents:
37491
diff
changeset
|
742 @emph{interactively}: they ask you to confirm the operation for each |
1a27ed8dcefc
(Marks vs Flags): Explain that dired-undo doesn't undo the file
Eli Zaretskii <eliz@gnu.org>
parents:
37491
diff
changeset
|
743 candidate file. Thus, you can select more files than you actually |
1a27ed8dcefc
(Marks vs Flags): Explain that dired-undo doesn't undo the file
Eli Zaretskii <eliz@gnu.org>
parents:
37491
diff
changeset
|
744 need to operate on (e.g., with a regexp that matches many files), and |
1a27ed8dcefc
(Marks vs Flags): Explain that dired-undo doesn't undo the file
Eli Zaretskii <eliz@gnu.org>
parents:
37491
diff
changeset
|
745 then refine the selection by typing @kbd{y} or @kbd{n} when the |
1a27ed8dcefc
(Marks vs Flags): Explain that dired-undo doesn't undo the file
Eli Zaretskii <eliz@gnu.org>
parents:
37491
diff
changeset
|
746 command prompts for confirmation. |
25829 | 747 |
748 @table @kbd | |
749 @findex dired-upcase | |
750 @kindex % u @r{(Dired)} | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
751 @cindex upcase file names |
25829 | 752 @item % u |
753 Rename each of the selected files to an upper-case name | |
754 (@code{dired-upcase}). If the old file names are @file{Foo} | |
755 and @file{bar}, the new names are @file{FOO} and @file{BAR}. | |
756 | |
757 @item % l | |
758 @findex dired-downcase | |
759 @kindex % l @r{(Dired)} | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
760 @cindex downcase file names |
25829 | 761 Rename each of the selected files to a lower-case name |
762 (@code{dired-downcase}). If the old file names are @file{Foo} and | |
763 @file{bar}, the new names are @file{foo} and @file{bar}. | |
764 | |
765 @item % R @var{from} @key{RET} @var{to} @key{RET} | |
766 @kindex % R @r{(Dired)} | |
767 @findex dired-do-rename-regexp | |
768 @itemx % C @var{from} @key{RET} @var{to} @key{RET} | |
769 @kindex % C @r{(Dired)} | |
770 @findex dired-do-copy-regexp | |
771 @itemx % H @var{from} @key{RET} @var{to} @key{RET} | |
772 @kindex % H @r{(Dired)} | |
773 @findex dired-do-hardlink-regexp | |
774 @itemx % S @var{from} @key{RET} @var{to} @key{RET} | |
775 @kindex % S @r{(Dired)} | |
776 @findex dired-do-symlink-regexp | |
777 These four commands rename, copy, make hard links and make soft links, | |
778 in each case computing the new name by regular-expression substitution | |
779 from the name of the old file. | |
780 @end table | |
781 | |
782 The four regular-expression substitution commands effectively perform | |
783 a search-and-replace on the selected file names in the Dired buffer. | |
784 They read two arguments: a regular expression @var{from}, and a | |
785 substitution pattern @var{to}. | |
786 | |
787 The commands match each ``old'' file name against the regular | |
788 expression @var{from}, and then replace the matching part with @var{to}. | |
789 You can use @samp{\&} and @samp{\@var{digit}} in @var{to} to refer to | |
790 all or part of what the pattern matched in the old file name, as in | |
791 @code{replace-regexp} (@pxref{Regexp Replace}). If the regular expression | |
792 matches more than once in a file name, only the first match is replaced. | |
793 | |
794 For example, @kbd{% R ^.*$ @key{RET} x-\& @key{RET}} renames each | |
795 selected file by prepending @samp{x-} to its name. The inverse of this, | |
796 removing @samp{x-} from the front of each file name, is also possible: | |
797 one method is @kbd{% R ^x-\(.*\)$ @key{RET} \1 @key{RET}}; another is | |
798 @kbd{% R ^x- @key{RET} @key{RET}}. (Use @samp{^} and @samp{$} to anchor | |
799 matches that should span the whole filename.) | |
800 | |
801 Normally, the replacement process does not consider the files' | |
802 directory names; it operates on the file name within the directory. If | |
803 you specify a numeric argument of zero, then replacement affects the | |
37519
1a27ed8dcefc
(Marks vs Flags): Explain that dired-undo doesn't undo the file
Eli Zaretskii <eliz@gnu.org>
parents:
37491
diff
changeset
|
804 entire absolute file name including directory name. (Non-zero |
1a27ed8dcefc
(Marks vs Flags): Explain that dired-undo doesn't undo the file
Eli Zaretskii <eliz@gnu.org>
parents:
37491
diff
changeset
|
805 argument specifies the number of files to operate on.) |
25829 | 806 |
807 Often you will want to select the set of files to operate on using the | |
808 same @var{regexp} that you will use to operate on them. To do this, | |
809 mark those files with @kbd{% m @var{regexp} @key{RET}}, then use the | |
810 same regular expression in the command to operate on the files. To make | |
811 this easier, the @kbd{%} commands to operate on files use the last | |
812 regular expression specified in any @kbd{%} command as a default. | |
813 | |
814 @node Comparison in Dired | |
815 @section File Comparison with Dired | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
816 @cindex file comparison (in Dired) |
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
817 @cindex compare files (in Dired) |
25829 | 818 |
819 Here are two Dired commands that compare specified files using | |
820 @code{diff}. | |
821 | |
822 @table @kbd | |
823 @item = | |
824 @findex dired-diff | |
825 @kindex = @r{(Dired)} | |
826 Compare the current file (the file at point) with another file (the file | |
827 at the mark) using the @code{diff} program (@code{dired-diff}). The | |
828 file at the mark is the first argument of @code{diff}, and the file at | |
37549
b7c260d40c0b
(Comparison in Dired): Make it clear that ``the mark'' is settable by C-SPC.
Eli Zaretskii <eliz@gnu.org>
parents:
37519
diff
changeset
|
829 point is the second argument. Use @kbd{C-@key{SPC}} |
b7c260d40c0b
(Comparison in Dired): Make it clear that ``the mark'' is settable by C-SPC.
Eli Zaretskii <eliz@gnu.org>
parents:
37519
diff
changeset
|
830 (@code{set-mark-command}) to set the mark at the first file's line |
b7c260d40c0b
(Comparison in Dired): Make it clear that ``the mark'' is settable by C-SPC.
Eli Zaretskii <eliz@gnu.org>
parents:
37519
diff
changeset
|
831 (@pxref{Setting Mark}), since @code{dired-diff} ignores the files marked |
b7c260d40c0b
(Comparison in Dired): Make it clear that ``the mark'' is settable by C-SPC.
Eli Zaretskii <eliz@gnu.org>
parents:
37519
diff
changeset
|
832 with the Dired's @kbd{m} command. |
25829 | 833 |
834 @findex dired-backup-diff | |
835 @kindex M-= @r{(Dired)} | |
836 @item M-= | |
837 Compare the current file with its latest backup file | |
838 (@code{dired-backup-diff}). If the current file is itself a backup, | |
839 compare it with the file it is a backup of; this way, you can compare | |
840 a file with any backup version of your choice. | |
841 | |
842 The backup file is the first file given to @code{diff}. | |
843 @end table | |
844 | |
845 @node Subdirectories in Dired | |
846 @section Subdirectories in Dired | |
847 @cindex subdirectories in Dired | |
848 @cindex expanding subdirectories in Dired | |
849 | |
850 A Dired buffer displays just one directory in the normal case; | |
851 but you can optionally include its subdirectories as well. | |
852 | |
853 The simplest way to include multiple directories in one Dired buffer is | |
854 to specify the options @samp{-lR} for running @code{ls}. (If you give a | |
855 numeric argument when you run Dired, then you can specify these options | |
856 in the minibuffer.) That produces a recursive directory listing showing | |
857 all subdirectories at all levels. | |
858 | |
859 But usually all the subdirectories are too many; usually you will | |
860 prefer to include specific subdirectories only. You can do this with | |
861 the @kbd{i} command: | |
862 | |
863 @table @kbd | |
864 @findex dired-maybe-insert-subdir | |
865 @kindex i @r{(Dired)} | |
866 @item i | |
867 @cindex inserted subdirectory (Dired) | |
868 @cindex in-situ subdirectory (Dired) | |
869 Insert the contents of a subdirectory later in the buffer. | |
870 @end table | |
871 | |
872 Use the @kbd{i} (@code{dired-maybe-insert-subdir}) command on a line | |
873 that describes a file which is a directory. It inserts the contents of | |
874 that directory into the same Dired buffer, and moves there. Inserted | |
875 subdirectory contents follow the top-level directory of the Dired | |
876 buffer, just as they do in @samp{ls -lR} output. | |
877 | |
878 If the subdirectory's contents are already present in the buffer, the | |
879 @kbd{i} command just moves to it. | |
880 | |
881 In either case, @kbd{i} sets the Emacs mark before moving, so @kbd{C-u | |
882 C-@key{SPC}} takes you back to the old position in the buffer (the line | |
883 describing that subdirectory). | |
884 | |
885 Use the @kbd{l} command (@code{dired-do-redisplay}) to update the | |
36477
957e48a1565e
(Dired Visiting): Fix wording, suggested by Ron Ross <ronross@colba.net>.
Eli Zaretskii <eliz@gnu.org>
parents:
36263
diff
changeset
|
886 subdirectory's contents. Use @kbd{C-u k} on the subdirectory header |
957e48a1565e
(Dired Visiting): Fix wording, suggested by Ron Ross <ronross@colba.net>.
Eli Zaretskii <eliz@gnu.org>
parents:
36263
diff
changeset
|
887 line to delete the subdirectory. @xref{Dired Updating}. |
25829 | 888 |
889 @node Subdirectory Motion | |
890 @section Moving Over Subdirectories | |
891 | |
892 When a Dired buffer lists subdirectories, you can use the page motion | |
37484
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
893 commands @kbd{C-x [} and @kbd{C-x ]} to move by entire directories |
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
894 (@pxref{Pages}). |
25829 | 895 |
896 @cindex header line (Dired) | |
897 @cindex directory header lines | |
898 The following commands move across, up and down in the tree of | |
899 directories within one Dired buffer. They move to @dfn{directory header | |
900 lines}, which are the lines that give a directory's name, at the | |
901 beginning of the directory's contents. | |
902 | |
903 @table @kbd | |
904 @findex dired-next-subdir | |
905 @kindex C-M-n @r{(Dired)} | |
906 @item C-M-n | |
907 Go to next subdirectory header line, regardless of level | |
908 (@code{dired-next-subdir}). | |
909 | |
910 @findex dired-prev-subdir | |
911 @kindex C-M-p @r{(Dired)} | |
912 @item C-M-p | |
913 Go to previous subdirectory header line, regardless of level | |
914 (@code{dired-prev-subdir}). | |
915 | |
916 @findex dired-tree-up | |
917 @kindex C-M-u @r{(Dired)} | |
918 @item C-M-u | |
919 Go up to the parent directory's header line (@code{dired-tree-up}). | |
920 | |
921 @findex dired-tree-down | |
922 @kindex C-M-d @r{(Dired)} | |
923 @item C-M-d | |
924 Go down in the directory tree, to the first subdirectory's header line | |
925 (@code{dired-tree-down}). | |
926 | |
927 @findex dired-prev-dirline | |
928 @kindex < @r{(Dired)} | |
929 @item < | |
930 Move up to the previous directory-file line (@code{dired-prev-dirline}). | |
931 These lines are the ones that describe a directory as a file in its | |
932 parent directory. | |
933 | |
934 @findex dired-next-dirline | |
935 @kindex > @r{(Dired)} | |
936 @item > | |
937 Move down to the next directory-file line (@code{dired-prev-dirline}). | |
938 @end table | |
939 | |
940 @node Hiding Subdirectories | |
941 @section Hiding Subdirectories | |
942 | |
943 @cindex hiding in Dired (Dired) | |
944 @dfn{Hiding} a subdirectory means to make it invisible, except for its | |
945 header line, via selective display (@pxref{Selective Display}). | |
946 | |
947 @table @kbd | |
948 @item $ | |
949 @findex dired-hide-subdir | |
950 @kindex $ @r{(Dired)} | |
951 Hide or reveal the subdirectory that point is in, and move point to the | |
952 next subdirectory (@code{dired-hide-subdir}). A numeric argument serves | |
953 as a repeat count. | |
954 | |
955 @item M-$ | |
956 @findex dired-hide-all | |
957 @kindex M-$ @r{(Dired)} | |
958 Hide all subdirectories in this Dired buffer, leaving only their header | |
959 lines (@code{dired-hide-all}). Or, if any subdirectory is currently | |
960 hidden, make all subdirectories visible again. You can use this command | |
961 to get an overview in very deep directory trees or to move quickly to | |
962 subdirectories far away. | |
963 @end table | |
964 | |
965 Ordinary Dired commands never consider files inside a hidden | |
966 subdirectory. For example, the commands to operate on marked files | |
967 ignore files in hidden directories even if they are marked. Thus you | |
968 can use hiding to temporarily exclude subdirectories from operations | |
969 without having to remove the markers. | |
970 | |
971 The subdirectory hiding commands toggle; that is, they hide what was | |
972 visible, and show what was hidden. | |
973 | |
974 @node Dired Updating | |
975 @section Updating the Dired Buffer | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
976 @cindex updating Dired buffer |
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
977 @cindex refreshing displayed files |
25829 | 978 |
979 This section describes commands to update the Dired buffer to reflect | |
980 outside (non-Dired) changes in the directories and files, and to delete | |
981 part of the Dired buffer. | |
982 | |
983 @table @kbd | |
984 @item g | |
985 Update the entire contents of the Dired buffer (@code{revert-buffer}). | |
986 | |
987 @item l | |
988 Update the specified files (@code{dired-do-redisplay}). | |
989 | |
990 @item k | |
991 Delete the specified @emph{file lines}---not the files, just the lines | |
992 (@code{dired-do-kill-lines}). | |
993 | |
994 @item s | |
995 Toggle between alphabetical order and date/time order | |
996 (@code{dired-sort-toggle-or-edit}). | |
997 | |
998 @item C-u s @var{switches} @key{RET} | |
999 Refresh the Dired buffer using @var{switches} as | |
1000 @code{dired-listing-switches}. | |
1001 @end table | |
1002 | |
1003 @kindex g @r{(Dired)} | |
1004 @findex revert-buffer @r{(Dired)} | |
1005 Type @kbd{g} (@code{revert-buffer}) to update the contents of the | |
1006 Dired buffer, based on changes in the files and directories listed. | |
1007 This preserves all marks except for those on files that have vanished. | |
1008 Hidden subdirectories are updated but remain hidden. | |
1009 | |
1010 @kindex l @r{(Dired)} | |
1011 @findex dired-do-redisplay | |
1012 To update only some of the files, type @kbd{l} | |
37484
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
1013 (@code{dired-do-redisplay}). Like the Dired file-operating commands, |
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
1014 this command operates on the next @var{n} files (or previous |
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
1015 @minus{}@var{n} files), or on the marked files if any, or on the |
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
1016 current file. Updating the files means reading their current status, |
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
1017 then updating their lines in the buffer to indicate that status. |
25829 | 1018 |
1019 If you use @kbd{l} on a subdirectory header line, it updates the | |
1020 contents of the corresponding subdirectory. | |
1021 | |
1022 @kindex k @r{(Dired)} | |
1023 @findex dired-do-kill-lines | |
37484
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
1024 To delete the specified @emph{file lines} from the buffer---not |
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
1025 delete the files---type @kbd{k} (@code{dired-do-kill-lines}). Like |
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
1026 the file-operating commands, this command operates on the next @var{n} |
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
1027 files, or on the marked files if any; but it does not operate on the |
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
1028 current file as a last resort. |
25829 | 1029 |
56469
5804f0d30b6e
(Dired Updating): `k' only deletes inserted subdirectories from the
Luc Teirlinck <teirllm@auburn.edu>
parents:
56113
diff
changeset
|
1030 If you use @kbd{k} with a numeric prefix argument to kill the line |
5804f0d30b6e
(Dired Updating): `k' only deletes inserted subdirectories from the
Luc Teirlinck <teirllm@auburn.edu>
parents:
56113
diff
changeset
|
1031 for a file that is a directory, which you have inserted in the Dired |
5804f0d30b6e
(Dired Updating): `k' only deletes inserted subdirectories from the
Luc Teirlinck <teirllm@auburn.edu>
parents:
56113
diff
changeset
|
1032 buffer as a subdirectory, then this deletes that subdirectory from the |
5804f0d30b6e
(Dired Updating): `k' only deletes inserted subdirectories from the
Luc Teirlinck <teirllm@auburn.edu>
parents:
56113
diff
changeset
|
1033 buffer as well. Typing @kbd{C-u k} on the header line for a subdirectory |
5804f0d30b6e
(Dired Updating): `k' only deletes inserted subdirectories from the
Luc Teirlinck <teirllm@auburn.edu>
parents:
56113
diff
changeset
|
1034 is another way to delete a subdirectory from the Dired buffer. |
25829 | 1035 |
1036 The @kbd{g} command brings back any individual lines that you have | |
1037 killed in this way, but not subdirectories---you must use @kbd{i} to | |
37484
0e8d5a17a47f
Fix command names dired-do-flagged-delete,
Richard M. Stallman <rms@gnu.org>
parents:
36507
diff
changeset
|
1038 reinsert a subdirectory. |
25829 | 1039 |
1040 @cindex Dired sorting | |
1041 @cindex sorting Dired buffer | |
1042 @kindex s @r{(Dired)} | |
1043 @findex dired-sort-toggle-or-edit | |
1044 The files in a Dired buffers are normally listed in alphabetical order | |
1045 by file names. Alternatively Dired can sort them by date/time. The | |
1046 Dired command @kbd{s} (@code{dired-sort-toggle-or-edit}) switches | |
1047 between these two sorting modes. The mode line in a Dired buffer | |
1048 indicates which way it is currently sorted---by name, or by date. | |
1049 | |
1050 @kbd{C-u s @var{switches} @key{RET}} lets you specify a new value for | |
1051 @code{dired-listing-switches}. | |
1052 | |
1053 @node Dired and Find | |
1054 @section Dired and @code{find} | |
1055 @cindex @code{find} and Dired | |
1056 | |
1057 You can select a set of files for display in a Dired buffer more | |
1058 flexibly by using the @code{find} utility to choose the files. | |
1059 | |
1060 @findex find-name-dired | |
1061 To search for files with names matching a wildcard pattern use | |
1062 @kbd{M-x find-name-dired}. It reads arguments @var{directory} and | |
1063 @var{pattern}, and chooses all the files in @var{directory} or its | |
1064 subdirectories whose individual names match @var{pattern}. | |
1065 | |
1066 The files thus chosen are displayed in a Dired buffer in which the | |
1067 ordinary Dired commands are available. | |
1068 | |
1069 @findex find-grep-dired | |
1070 If you want to test the contents of files, rather than their names, | |
1071 use @kbd{M-x find-grep-dired}. This command reads two minibuffer | |
1072 arguments, @var{directory} and @var{regexp}; it chooses all the files in | |
1073 @var{directory} or its subdirectories that contain a match for | |
1074 @var{regexp}. It works by running the programs @code{find} and | |
1075 @code{grep}. See also @kbd{M-x grep-find}, in @ref{Compilation}. | |
1076 Remember to write the regular expression for @code{grep}, not for Emacs. | |
35056
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
1077 (An alternative method of showing files whose contents match a given |
c9c43bb7f1d2
Add index entries for many Dired commands and features.
Eli Zaretskii <eliz@gnu.org>
parents:
30874
diff
changeset
|
1078 regexp is the @kbd{% g @var{regexp}} command, see @ref{Marks vs Flags}.) |
25829 | 1079 |
1080 @findex find-dired | |
1081 The most general command in this series is @kbd{M-x find-dired}, which | |
1082 lets you specify any condition that @code{find} can test. It takes two | |
1083 minibuffer arguments, @var{directory} and @var{find-args}; it runs | |
1084 @code{find} in @var{directory}, passing @var{find-args} to tell | |
1085 @code{find} what condition to test. To use this command, you need to | |
1086 know how to use @code{find}. | |
1087 | |
55780
54a65c8588e4
(Dired and Find): `find-ls-option' does not apply to `M-x locate'.
Luc Teirlinck <teirllm@auburn.edu>
parents:
52576
diff
changeset
|
1088 @vindex find-ls-option |
54a65c8588e4
(Dired and Find): `find-ls-option' does not apply to `M-x locate'.
Luc Teirlinck <teirllm@auburn.edu>
parents:
52576
diff
changeset
|
1089 The format of listing produced by these commands is controlled by the |
54a65c8588e4
(Dired and Find): `find-ls-option' does not apply to `M-x locate'.
Luc Teirlinck <teirllm@auburn.edu>
parents:
52576
diff
changeset
|
1090 variable @code{find-ls-option}, whose default value specifies using |
54a65c8588e4
(Dired and Find): `find-ls-option' does not apply to `M-x locate'.
Luc Teirlinck <teirllm@auburn.edu>
parents:
52576
diff
changeset
|
1091 options @samp{-ld} for @code{ls}. If your listings are corrupted, you |
54a65c8588e4
(Dired and Find): `find-ls-option' does not apply to `M-x locate'.
Luc Teirlinck <teirllm@auburn.edu>
parents:
52576
diff
changeset
|
1092 may need to change the value of this variable. |
54a65c8588e4
(Dired and Find): `find-ls-option' does not apply to `M-x locate'.
Luc Teirlinck <teirllm@auburn.edu>
parents:
52576
diff
changeset
|
1093 |
36149
a1ff91eda21c
Just a short xref for dired-x.
Richard M. Stallman <rms@gnu.org>
parents:
35056
diff
changeset
|
1094 @findex locate |
a1ff91eda21c
Just a short xref for dired-x.
Richard M. Stallman <rms@gnu.org>
parents:
35056
diff
changeset
|
1095 @findex locate-with-filter |
a1ff91eda21c
Just a short xref for dired-x.
Richard M. Stallman <rms@gnu.org>
parents:
35056
diff
changeset
|
1096 @cindex file database (locate) |
a1ff91eda21c
Just a short xref for dired-x.
Richard M. Stallman <rms@gnu.org>
parents:
35056
diff
changeset
|
1097 @vindex locate-command |
38124
72ea86c1d394
Proofreading fixes from Tim Goodwin <tjg@star.le.ac.uk>.
Eli Zaretskii <eliz@gnu.org>
parents:
37993
diff
changeset
|
1098 @kbd{M-x locate} provides a similar interface to the @code{locate} |
38156 | 1099 program. @kbd{M-x locate-with-filter} is similar, but keeps only lines |
38124
72ea86c1d394
Proofreading fixes from Tim Goodwin <tjg@star.le.ac.uk>.
Eli Zaretskii <eliz@gnu.org>
parents:
37993
diff
changeset
|
1100 matching a given regular expression. |
36149
a1ff91eda21c
Just a short xref for dired-x.
Richard M. Stallman <rms@gnu.org>
parents:
35056
diff
changeset
|
1101 |
60791
fa4296e0e363
(Misc Dired Features): Rename node from Misc Dired Commands.
Richard M. Stallman <rms@gnu.org>
parents:
60103
diff
changeset
|
1102 These buffers don't work entirely like ordinary Dired buffers. File |
56113
c4c0d60fa2da
(Dired Enter): Mention conditions on `ls' switches.
Luc Teirlinck <teirllm@auburn.edu>
parents:
56046
diff
changeset
|
1103 operations work, but do not always automatically update the buffer. |
c4c0d60fa2da
(Dired Enter): Mention conditions on `ls' switches.
Luc Teirlinck <teirllm@auburn.edu>
parents:
56046
diff
changeset
|
1104 Reverting the buffer with @kbd{g} deletes all inserted subdirectories, |
c4c0d60fa2da
(Dired Enter): Mention conditions on `ls' switches.
Luc Teirlinck <teirllm@auburn.edu>
parents:
56046
diff
changeset
|
1105 and erases all flags and marks. |
c4c0d60fa2da
(Dired Enter): Mention conditions on `ls' switches.
Luc Teirlinck <teirllm@auburn.edu>
parents:
56046
diff
changeset
|
1106 |
61047 | 1107 @node Wdired |
1108 @section Editing the Dired Buffer | |
1109 | |
1110 @cindex wdired mode | |
1111 @findex wdired-change-to-wdired-mode | |
1112 Wdired is a special mode that allows you to perform file operations | |
1113 by editing the Dired buffer directly (the ``W'' in ``Wdired'' stands | |
1114 for ``writable''.) To enter Wdired mode, type @kbd{M-x | |
1115 wdired-change-to-wdired-mode} while in a Dired buffer. Alternatively, | |
1116 use @samp{Edit File Names} in the @samp{Immediate} menu bar menu. | |
1117 | |
1118 @findex wdired-finish-edit | |
1119 While in Wdired mode, you can rename files by editing the file names | |
1120 displayed in the Dired buffer. All the ordinary Emacs editing | |
1121 commands, including rectangle operations and @code{query-replace}, are | |
1122 available for this. Once you are done editing, type @kbd{C-c C-c} | |
1123 (@code{wdired-finish-edit}). This applies your changes and switches | |
1124 back to ordinary Dired mode. | |
1125 | |
1126 Apart from simply renaming files, you can move a file to another | |
1127 directory by typing in the new file name (either absolute or | |
1128 relative). To mark a file for deletion, delete the entire filename. | |
1129 To change the target of a symbolic link, just edit the target name | |
1130 displayed next to the link name. | |
1131 | |
1132 The rest of the text in the buffer, such as the file sizes and | |
1133 modification dates, is marked read-only, so you can't edit it. | |
1134 However, if you set @code{wdired-allow-to-change-permissions} to | |
1135 @code{t}, the file permission bits can also be edited. For example, | |
1136 you can change @samp{-rw-r--r--} to @samp{-rw-rw-rw-} to make a file | |
1137 world-writable. These changes also take effect when you type @kbd{C-c | |
1138 C-c}. | |
1139 | |
60791
fa4296e0e363
(Misc Dired Features): Rename node from Misc Dired Commands.
Richard M. Stallman <rms@gnu.org>
parents:
60103
diff
changeset
|
1140 @node Misc Dired Features |
fa4296e0e363
(Misc Dired Features): Rename node from Misc Dired Commands.
Richard M. Stallman <rms@gnu.org>
parents:
60103
diff
changeset
|
1141 @section Other Dired Features |
52576
a90f7b4afc00
(Misc Dired Commands): New node.
Richard M. Stallman <rms@gnu.org>
parents:
52401
diff
changeset
|
1142 |
a90f7b4afc00
(Misc Dired Commands): New node.
Richard M. Stallman <rms@gnu.org>
parents:
52401
diff
changeset
|
1143 @cindex Adding to the kill ring in Dired. |
58926
cf0908fe7bb0
(Dired Navigation): Add @r{(Dired)} to M-g.
Juri Linkov <juri@jurta.org>
parents:
56469
diff
changeset
|
1144 @kindex w @r{(Dired)} |
52576
a90f7b4afc00
(Misc Dired Commands): New node.
Richard M. Stallman <rms@gnu.org>
parents:
52401
diff
changeset
|
1145 @findex dired-copy-filename-as-kill |
60791
fa4296e0e363
(Misc Dired Features): Rename node from Misc Dired Commands.
Richard M. Stallman <rms@gnu.org>
parents:
60103
diff
changeset
|
1146 The @kbd{w} command (@code{dired-copy-filename-as-kill}) puts the |
52576
a90f7b4afc00
(Misc Dired Commands): New node.
Richard M. Stallman <rms@gnu.org>
parents:
52401
diff
changeset
|
1147 names of the marked (or next @var{n}) files into the kill ring, as if |
60791
fa4296e0e363
(Misc Dired Features): Rename node from Misc Dired Commands.
Richard M. Stallman <rms@gnu.org>
parents:
60103
diff
changeset
|
1148 you had killed them with @kbd{C-w}. |
52576
a90f7b4afc00
(Misc Dired Commands): New node.
Richard M. Stallman <rms@gnu.org>
parents:
52401
diff
changeset
|
1149 |
60791
fa4296e0e363
(Misc Dired Features): Rename node from Misc Dired Commands.
Richard M. Stallman <rms@gnu.org>
parents:
60103
diff
changeset
|
1150 The main purpose of this command is so that you can yank the file |
fa4296e0e363
(Misc Dired Features): Rename node from Misc Dired Commands.
Richard M. Stallman <rms@gnu.org>
parents:
60103
diff
changeset
|
1151 names into arguments for other Emacs commands. It also displays what |
fa4296e0e363
(Misc Dired Features): Rename node from Misc Dired Commands.
Richard M. Stallman <rms@gnu.org>
parents:
60103
diff
changeset
|
1152 was pushed onto the kill ring, so you can use it to display the list |
fa4296e0e363
(Misc Dired Features): Rename node from Misc Dired Commands.
Richard M. Stallman <rms@gnu.org>
parents:
60103
diff
changeset
|
1153 of currently marked files in the echo area. With a zero prefix |
fa4296e0e363
(Misc Dired Features): Rename node from Misc Dired Commands.
Richard M. Stallman <rms@gnu.org>
parents:
60103
diff
changeset
|
1154 argument @var{n}=0, this uses the absolute file name of each marked |
fa4296e0e363
(Misc Dired Features): Rename node from Misc Dired Commands.
Richard M. Stallman <rms@gnu.org>
parents:
60103
diff
changeset
|
1155 file. With just @kbd{C-u} as the prefix argument, it uses the |
fa4296e0e363
(Misc Dired Features): Rename node from Misc Dired Commands.
Richard M. Stallman <rms@gnu.org>
parents:
60103
diff
changeset
|
1156 relative file name of each marked file. As a special case, if no |
fa4296e0e363
(Misc Dired Features): Rename node from Misc Dired Commands.
Richard M. Stallman <rms@gnu.org>
parents:
60103
diff
changeset
|
1157 prefix argument is given and point is on a directory headerline, |
fa4296e0e363
(Misc Dired Features): Rename node from Misc Dired Commands.
Richard M. Stallman <rms@gnu.org>
parents:
60103
diff
changeset
|
1158 @kbd{w} gives you the name of that directory without looking for |
fa4296e0e363
(Misc Dired Features): Rename node from Misc Dired Commands.
Richard M. Stallman <rms@gnu.org>
parents:
60103
diff
changeset
|
1159 marked files. |
fa4296e0e363
(Misc Dired Features): Rename node from Misc Dired Commands.
Richard M. Stallman <rms@gnu.org>
parents:
60103
diff
changeset
|
1160 |
fa4296e0e363
(Misc Dired Features): Rename node from Misc Dired Commands.
Richard M. Stallman <rms@gnu.org>
parents:
60103
diff
changeset
|
1161 On the X window system, Emacs supports the ``drag and drop'' |
fa4296e0e363
(Misc Dired Features): Rename node from Misc Dired Commands.
Richard M. Stallman <rms@gnu.org>
parents:
60103
diff
changeset
|
1162 protocol. You can drag a file object from another program, and drop |
fa4296e0e363
(Misc Dired Features): Rename node from Misc Dired Commands.
Richard M. Stallman <rms@gnu.org>
parents:
60103
diff
changeset
|
1163 it onto a Dired buffer; this either moves, copies, or creates a link |
fa4296e0e363
(Misc Dired Features): Rename node from Misc Dired Commands.
Richard M. Stallman <rms@gnu.org>
parents:
60103
diff
changeset
|
1164 to the file in that directory. Precisely which action is taken is |
fa4296e0e363
(Misc Dired Features): Rename node from Misc Dired Commands.
Richard M. Stallman <rms@gnu.org>
parents:
60103
diff
changeset
|
1165 determined by the originating program. Dragging files out of a Dired |
fa4296e0e363
(Misc Dired Features): Rename node from Misc Dired Commands.
Richard M. Stallman <rms@gnu.org>
parents:
60103
diff
changeset
|
1166 buffer is currently not supported. |
52576
a90f7b4afc00
(Misc Dired Commands): New node.
Richard M. Stallman <rms@gnu.org>
parents:
52401
diff
changeset
|
1167 |
52401 | 1168 @ignore |
1169 arch-tag: d105f9b9-fc1b-4c5f-a949-9b2cf3ca2fc1 | |
1170 @end ignore |