sink - accept and throw away console input
/testbin/sink
sink reads characters from standard input and throws them away. It is perhaps of some use for testing standard input or console devices.
sink uses the following system calls:
sink should function properly once the basic system calls are complete.