电子邮件列表将他们的电子邮件保存在档案中。有时我想搜索那些档案,但我不知道怎么做。当然,我可以一个一个地打开它(实际上是一个月一个月地)并搜索内容,但是这样做是胡说八道。今天下午,我阅读了用于u引导的自述文件。上面写着:
Where to get help:
==================
In case you have questions about, problems with or contributions for
U-Boot, you should send a message to the U-Boot mailing list at
<u-boot@lists.denx.de>. There is also an archive of previous traffic
on the mailing list - please search the archive before asking FAQ's.
Please see https://lists.denx.de/pipermail/u-boot and
https://marc.info/?l=u-boot但当我看到https://lists.denx.de/pipermail/u-boot时,它只是过去几个月存档的电子邮件。我怎么才能搜索到它们?例如,如果我想搜索,比如说"lan9220"?
发布于 2020-11-17 06:05:12
有些列表档案有集成的搜索功能,你提到的第二个文档有:https://marc.info/?l=u-boot&w=2&r=1&s=lan9220&q=b,但最简单的方法是google:"lan9220" site:https://lists.denx.de/pipermail/u-boot/。
你也可以下载每个月的压缩档案,它们只包含一个文本文件,所以很容易创建一个脚本来下载和提取所有文件,然后使用grep搜索它们,但听起来有点过火了--我只想使用google。
发布于 2020-11-17 06:05:59
有些邮件列表档案提供了自己的搜索功能,但对于那些没有提供搜索功能的文档,您可以通过指定搜索条件和以site:为前缀的归档的URL来使用您最喜欢的搜索引擎。因此,使用DuckDuckGo,https://duckduckgo.com/?q=lan9220+site%3Ahttps%3A%2F%2Flists.denx.de%2Fpipermail%2Fu-boot%2F
或者,您可以下载所有存档文件,并将它们导入邮箱索引器(如不多 )。
https://unix.stackexchange.com/questions/620020
复制相似问题