2009年2月14日土曜日

0バイトのファイルを作る

[やりたいこと・しりたいこと]

0バイトのファイルを作る


[わかったこと]

dos

> type nul > sample.txt
> cd . > sample2.txt
> copy nul sample3.txt

unix

$ cat /dev/null > sample.txt
$ cp /dev/null sample2.txt


[参考]
http://www.tohoho-web.com/lng/200003/00030528.htm
http://x68000.q-e-d.net/~68user/unix/pickup?%2Fdev%2Fnull