I have a ZeroED binary file,"binfile" (dd if=/dev/zero of=binfile), size is 1024k
Lets say I have 2 random files (file1, 256k; file2, 128k)
How can I put file1 and file2 into this binfile, sequentially, and also have the ability to retreive the files?
TIA