From 15c8188aaad576a537df2aa7a0d255ae4b498ae0 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Sun, 20 Jun 2021 08:14:10 -0400 Subject: [PATCH] try #4 --- homepage/knowledge/cat.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) 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>