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 'test -t 1 && PAGER=cat'
@rsalz The canonical less(1) already does that, more or less (get it, get it?).
@jschauma I know but other pagers don't necessarily