雑記 b系とc系の標準エラー出力 なんか、いつも調べてる気がする。 FreeBSDとLinux半々ぐらいなんだもん。 b系 $ command 2>&1 | less $ command >file.txt 2>&1 c系 $ command >& file.txt 2009.11.09 雑記