stderr을 stdout으로 출력하기 stderr만 stdout으로 보내고 stdout은 버림 command 2>&1 >/dev/null stderr와 stdout을 함께 stdout으로 보냄 command 2>&1 stderr와 stdout을 tee 파이핑하기 command 2>&1 |tee log linux and cli 2010.03.04