diff --git a/homepage/knowledge/cat.html b/homepage/knowledge/cat.html index 8810136..0ece7cd 100644 --- a/homepage/knowledge/cat.html +++ b/homepage/knowledge/cat.html @@ -148,6 +148,7 @@ main(int argc, char *argv[]){

It’s worth noting that this concept of cat as a utility that sequentially prints given files to standard output means cat can be replaced by a simple shell script that does the same using dd and printf; cat as defined by POSIX is actually totally redundant to other POSIX utilities. Here’s the shell script:

+

 #!/bin/sh