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}
}
```
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}
}
```
If you have a fediverse account, you can quote this note from your own instance. Search https://mstdn.social/users/jschauma/statuses/116013936516539705 on your instance and quote it. (Note that quoting is not supported in Mastodon.)