23. The pipe operator takes the output of one command (command after the operator) and sends that output as input to another command ( command before the operator). You can use the pipe operator to send the output to multiple commands. True or False?

True