mutt 的批量操作处理

; tag-prefix 应用下一个功能到已标记的讯息 快捷键 ‘;’ 提供了对邮件进行批量操作的能力。例如,要求把发件人字段包含 debian 的所有邮件全部移动到 debian-zh 邮箱,在键盘上的输入依次为 T 开始标记邮件 ~f debian From 字段包含 debian 的所有邮件 ; 要求对已标记邮件作批量处理 s 进行信件转存处理 debian-zh 其他邮箱的名称 如果把上面的 s 改成 d ,那就是把...

2008-01-23 · wuan

命令行粉丝的征婚启事

FROM: http://linux.solidot.org/linux/08/01/22/0639221.shtml 这是一个悲伤的事实,我属于那种被人们称为"命令行用户"的即将灭绝的种族。我们这群已过时的家伙,宁愿陪伴散发出温柔绿光的屏幕,文字铺满那冷色方块状的图形界面。我们使用 sh,scp,偶尔也用 ftp…. 因为我们的数量太稀少了,我必须让本血统延续下去。 我正在寻求某人帮助我...

2008-01-22 · wuan

zsh 独门秘笈 5

[Alt + .] 将依次扩展为已执行过的命令的某一个参数,例如 1$ find /usr/lib/perl/ -name "debconf" 2$ grep -r [Alt+.] [Alt+.][Alt+.] 第2条命令将自动扩展为: 2$ grep -r "debconf" /usr/lib/perl

2008-01-20 · wuan

zsh 独门秘笈 4

Alt-Q (Alt-q) Push the current buffer onto the buffer stack and clear the buffer. Next time the editor starts up, the buffer will be popped off the top of the buffer stack and loaded into the editing buffer. Alt-G (Alt-g) Pop the top line off the buffer stack and insert it at the cursor position. 例如在拷贝之前,意识到目标目录 foo 尚未创建, 1$ cp somefile /tmp/foo/ [光标] 我可以用 Alt-Q 缓存当前已输入的命令行,然后 2$ mkdir /tmp/foo 此命令执行之后,刚才保存的拷贝命令行自动出现 3$ cp somefile /tmp/foo/ [光标] Ctrl-X Ctrl-V Enter command...

2008-01-18 · wuan

几个在 docbook 向 html 文件转换过程中影响显示效果的参数

原文(HTML)已损坏 – 2023.01 http://docbook.sourceforge.net/release/xsl/current/doc/html/chunking.html

2008-01-16 · wuan