按访问时间排序的目录列表文件
列出此命令的输出
ls -ltDR \`find . -maxdepth 4 -type f -name "*.org"\`
如何在 dired-buffer.txt 中 ?上面的命令列出了按访问时间排序的所有组织文件。
How can I list the output of this command
ls -ltDR \`find . -maxdepth 4 -type f -name "*.org"\`
within dired-buffer. The above command lists all org files sorted by access time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
首先使用 Mx dired 打开 dired 缓冲区
按 dired 缓冲区中的访问时间排序
您可以更改用于对 dired 缓冲区进行排序的排序命令。
要按访问时间排序...
Cu s
这将调出一个迷你缓冲区,然后您输入 -lutR
R 将创建直接递归子目录
仅显示 .org 文件
此处的以下信息有效:
http: //groups.google.com/group/gnu.emacs.help/browse_thread/thread/acb20ee78c00e4ec#
(Andreas Politz)
这是一种方法:
dired-do-kill-lines'
包裹在一个函数中:
First open dired buffer using M-x dired
Sorting by access time in dired buffer
You can change the sort command used to order the dired buffer.
To sort by access time...
C-u s
this will bring up a minibuffer and you type -lutR
The R will make dired recurse subdirectories
Showing only .org files
Following info from this thread here works:
http://groups.google.com/group/gnu.emacs.help/browse_thread/thread/acb20ee78c00e4ec#
(Andreas Politz)
Here is one way :
dired-do-kill-lines' with
k'Wrapped up in a function :
您想要使用
Mx find-dired
,并为find-ls-option
变量设置自定义值。查找目录:
查找-ls-选项:
You want to use
M-x find-dired
, with a custom value for thefind-ls-option
variable.find-dired:
find-ls-option: