标签: ant
我想清空文件的内容,但我不想截断文件并再次创建它。 那么还有其他选择来完成这项任务。
答案 0 :(得分:3)
您可以使用echo。
<echo message="" file="/path/to/file.txt"/>