I can't believe I've waited this long to create this stupid shell function:

```
rfc() {
local rfc="rfc${1##rfc}";
curl -s "https://www.rfc-editor.org/rfc/${rfc}.txt" | ${PAGER:-more}
}
```

@jschauma @paul_ipv6 I did something like this some years ago and then largely forgot about it: https://rfc.me/2324
RFC 2324: Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0)

This document describes HTCPCP, a protocol for controlling, monitoring, and diagnosing coffee pots. This memo provides information for the Internet community. It does not specify an Internet standard of any kind.

IETF Datatracker