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 When you want it in plain text for the canonical document, great!

Invoking a browser with the URL https://datatracker.ietf.org/doc/html/rfc1925 has a view that includes things like a clickable table of contents. I tend to use the "open" shortcut on mac for this.

RFC 1925: The Twelve Networking Truths

This memo documents the fundamental truths of networking for the Internet community. This memo does not specify a standard, except in the sense that all standards must implicitly follow the fundamental truths. This memo provides information for the Internet community. This memo does not specify an Internet standard of any kind.

IETF Datatracker