Hi,
I am currently trying to join two binaries files on a managed zebra device to merge them into a third one.
In DOS/windows i can use the command "copy file1.bin + file2.bin destination.bin /B" and in linux the command "cat file1.bin file2.bin > destination.bin"
So i wanted to know if either by using the legacy script (copy?), javascript(io.file?) or any other tricks i could send a command to the device to mimic such behavior ?