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

+

POSIX cat(1) WIP ARTICLE

@@ -42,7 +40,7 @@ POSIX doesn’t mandate buffering by default - specifically, -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>