java - 如何在文件第一行写入数据?
阿神
阿神 2017-04-17 17:56:27
0
2
328

现在有一个 100G 的文件,批量在第一行插入一行数据,但是用"ab"追加写入模式 无法写入第一行,或者有没有办法覆盖掉第一行? 最好不用先把原有数据读到内存的方式。

阿神
阿神

闭关修行中......

reply all(2)
迷茫

Solved
Use “r+” mode

Ty80

Try the sed command.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template