bashで、標準エラー出力の内容を、標準出力に出力する

移転しました。

参考URL
http://209.85.175.104/search?q=cache:M-tq4wzW7scJ:www.kuwazou.net/blog/2006/06/bash.html+%E6%A8%99%E6%BA%96%E3%82%A8%E3%83%A9%E3%83%BC%E3%80%80bash&hl=ja&ct=clnk&cd=4&gl=jp&lr=lang_ja&client=firefox-a

■ファイルに出力する場合
$ command > file 2>&1

■ゴミ箱にすてちゃう場合
$ command > /dev/null 2>&1