The "lp" command can also be used as part of a pipeline. For instance, the following command will print the output of the "ps -ef" command to the default printer:
[ps -ef | lp] Print the output of the "ps -ef" command to the default printer.