首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何用">“前缀格式化文本答复

如何用">“前缀格式化文本答复
EN

Unix & Linux用户
提问于 2021-04-07 15:34:15
回答 1查看 111关注 0票数 1

有时我会收到一封HTML电子邮件,我想用">“前缀回复它。

当我做一个文本回复时,雷鸟所做的就是在整个段落前加上一个">“。例如:

代码语言:javascript
复制
> Mozilla Thunderbird is a free and open-source cross-platform email client, personal information manager, news client, RSS and chat client developed by the Mozilla Foundation. The project strategy was originally modeled after that of the Mozilla Firefox web browser.

“雷鸟”中是否有这样的设置:

代码语言:javascript
复制
> Mozilla Thunderbird is a free and open-source cross-platform
> email client, personal information manager, news client, RSS
> and chat client developed by the Mozilla Foundation. The
> project strategy was originally modeled after that of the
> Mozilla Firefox web browser.
EN

回答 1

Unix & Linux用户

发布于 2021-04-07 15:46:24

使用:

代码语言:javascript
复制
fmt -w 65 file |sed  -e 's/^>//' -e  's/^/>/'

样本输出:

代码语言:javascript
复制
>Mozilla Thunderbird is a free and open-source cross-platform
>email client, personal information manager, news client,
>RSS and chat client developed by the Mozilla Foundation. The
>project strategy was originally modeled after that of the
>Mozilla Firefox web browser.
票数 1
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/643972

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档