I need to copy the content of a folder which contains binary files to one binary file in another directory.
In Windows I can just use:
copy file1 + file2 targetfile /B
I couldn't find something similar for Linux (I saw an approach with cat
, but I'm unsure if this really works for binary files).
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…