j
k
j a
j l
On 10/23/2012 03:44 AM, Banyan He wrote:
btw, here is the way to append more bytes on the tail, dd if=/dev/zero of=myfile bs=1 count=no_of_bytes seek=$(stat -c%s myfile)
btw, here is the way to append more bytes on the tail,
dd if=/dev/zero of=myfile bs=1 count=no_of_bytes seek=$(stat -c%s myfile)
Sounds like a hard way to do dd conv=notrunc oflag=append if=/dev/zero ...
Back to the thread
Back to the list