truncate file, size ファイルサイズを 0 にする。 truncate $file, 0; truncate FileHandle, 0; ファイルハンドルに書き込んだ後、書き込んだ場所までのサイズにする。 (ファイルを read/write で open した場合なんかに使う) truncate(FileHandle, tell(FileHandle));