なんか、いつも調べてる気がする。
FreeBSDとLinux半々ぐらいなんだもん。
b系
FreeBSDとLinux半々ぐらいなんだもん。
b系
$ command 2>&1 | less $ command >file.txt 2>&1
c系
$ command >& file.txt
$ command 2>&1 | less $ command >file.txt 2>&1
c系
$ command >& file.txt