Zaedus / rfc

A simple program to retrieve RFC specifications by number written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RFC

A simple program to retrieve RFC specifications by number written in C

Intent

This program attempts to follow the Unix philosophy which is why it does not pipe the output into a pager like more or less on its own.

Usage

rfc [-h] [-V] [RFC NUMBER]

Example

asciicast

About

A simple program to retrieve RFC specifications by number written in C


Languages

Language:C 86.3%Language:Makefile 13.7%