1
0
This commit is contained in:
Deven Blake 2021-06-20 08:33:02 -04:00
parent 4ad918ee6c
commit 9d8078af47

View File

@ -148,6 +148,7 @@ main(int argc, char *argv[]){
</CODE></PRE>
<P>Its 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. Heres the shell script:</P>
<INPUT ONCLICK="window.load_highlighting('shell');" TYPE="button" VALUE="Press this button to enable syntax highlighting within this code." />
<PRE><CODE CLASS="language-shell">
#!/bin/sh