buf - buffer input
buf [file ...]
Buf copies its input to its output, writing its output only after reading all its input. It reads files named on the command line, and reads its standard input if the file name is “−” or if no files are named.
cat(1)