diff --git a/homepage/knowledge/cat.html b/homepage/knowledge/cat.html index 73e0cd8..01c823c 100644 --- a/homepage/knowledge/cat.html +++ b/homepage/knowledge/cat.html @@ -11,18 +11,16 @@
~ Return to the rest of the site
+-u
This is a POSIX-compliant implementation of UNIX cat with no additional features nor buffered output in C:
- +
#include <stdio.h>
#include <stdlib.h>