有谁知道'dd'的替代方法,它不会截断文件,而不使用:conv=notrunc。conv=notrunc由于空间有限,不支持通过 busybox/toybox添加。
conv=notrunc
例如,我想要相当于
dd bs=4 count=3 skip=2 seek=3 if=file.in of=file.out conv=notrunc
但这在dd不支持conv=notrunc.
dd
io-redirection dd files
dd ×1
files ×1
io-redirection ×1