I understand how to send std out to a pipe ( | ), and how to send std out and std error to a pipe, ( 2>&1 | ), but how to send just std error to a pipe? Thanks, Joel