| cat, read, nobs \- catenate files |
| in sequence and writes it on the standard output. |
| concatenates the first two files and places the result |
| reads from the standard input. |
| Output is buffered in blocks matching the input. |
| copies to standard output exactly one line from the named |
| It is useful in interactive |
| flag causes it to continue reading and writing multiple lines until end of file; |
| causes it to read no more than |
| for each line of input, which can be helpful when |
| preparing input to programs that expect line-at-a-time data. |
| It never reads any more data from the input than it prints to the output. |
| copies the named files to |
| standard output except that it removes all backspace |
| characters and the characters that precede them. |
| .B /usr/local/plan9/src/cmd/cat.c |
| .B /usr/local/plan9/src/cmd/read.c |
| .B /usr/local/plan9/bin/nobs |
| on end of file or, in the |
| destroy input files before reading them. |