diff --git a/homepage/knowledge/cat.html b/homepage/knowledge/cat.html index fd53eda..75405e2 100644 --- a/homepage/knowledge/cat.html +++ b/homepage/knowledge/cat.html @@ -19,41 +19,40 @@

POSIX cat(1) WIP ARTICLE

-

updated 2021-06-19

+

updated 2021-06-20


cat on a POSIX or otherwise UNIX-like system is a program that exists to concatenate files; to “join” one file at its end to another at its start, and output that resulting file to standard output.