Sujet : Re: retrieve usenet article by message ID in terminal
De : morena (at) *nospam* morena.rip (morena)
Groupes : news.miscDate : 22. Oct 2024, 22:38:48
Autres entêtes
Message-ID : <vf9618$18kna$1@solani.org>
References : 1
User-Agent : Mozilla Thunderbird
On 2/4/24 3:23 PM, Marco Moock wrote:
Some weeks ago somebody posted a way to retrieve a complete message in
the terminal by the msg id.
Similar to yeti's line, in one line shell script, but like a pro
interactively asking for message id, shows message in less viewer.
------------------------------------------------------------------------
#!/bin/sh
function nsearch { read ID?"Message ID: "; printf "%s\r\n" "article \$ID" quit . | nc news.blueworldhosting.com nntp | less; }; nsearch
------------------------------------------------------------------------
-- morenagopher://morena.rip/