Write a utility like cp(1) that copies a file containing holes, without writing the bytes of 0 to the output file.
在copy过程中使用了buffer,测试通过!
Write a utility like cp(1) that copies a file containing holes, without writing the bytes of 0 to the output file.
在copy过程中使用了buffer,测试通过!