使用dired(Emacs)的一个最有用的例子

Mic*_*ent 6 emacs dired

在Emacs中使用dired模式的最有用的例子是什么?有什么好玩的吗?请回答一个例子.

Chm*_*nah 10

对我而言wdired,它是与dired一起使用的最好的功能之一,它允许在目录上进行各种emacs编辑魔术,以便能够重命名文件,请参阅emacswiki页面上的一些文档:

http://www.emacswiki.org/emacs/WDired


jus*_*nhj 6

wdired模式很酷,可以重命名照片等等.如果您学习如何在正则表达式中嵌入lisp代码,您可以使用日期和名称等做有趣的事情.

M-x dired
(navigate to the folder)
M-x wdired-change-to-wdired-mode
M-x replace-regexp
(enter search and replace expressions)
C-c C-c 
Run Code Online (Sandbox Code Playgroud)

我在博客上有更多关于dired的提示.

链接文字