cat.1

来自「UNIX v6源代码 这几乎是最经典的unix版本 unix操作系统设计和莱」· 1 代码 · 共 37 行

1
37
字号
.th CAT I 1/15/73.sh NAMEcat \*- concatenate and print.sh SYNOPSIS.bd catfile ....sh DESCRIPTION.it Catreads each file in sequenceand writes it on the standard output.Thus.s3.bd "   cat file".s3prints the file, and.s3.bd "   cat file1 file2 >file3".s3concatenates the first two files and places the result on the third..s3If no input file is given,or if the argument `\-' is encountered,.it catreads from the standardinput file..s3.sh "SEE ALSO"pr(I), cp(I).sh DIAGNOSTICSnone;if a file cannot be found it is ignored..sh BUGS.bd "cat x y >x"and.bd "cat x y >y"cause strange results.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?