I created two binary files. I would like to concatenate both of them into one with the second one starting at offset firstFile.Size
in the resulting file. I tried using a command in cygwin on Windows.
I entered the following command in cmd
cat file1.bin file2.bin > file3.bin
It generates an output file but it is 0 bytes in size. Does anyone know how this is done?
echo "foo" > bar.txt
work? – Bohemia