Hi Julia users, I'm trying to replicate the Linux bash command:
cat a b >> c in Julia, where a, b, c are data files. (I attached sample text files for testing) I tried: run(pipeline(`cat a b`, stdout="c")) but this appears to be equivalent to cat a b > c, meaning the file c is overwritten. I need to append to c as opposed to overwrtting it. Thank you for any input and suggestions! Loic
a
Description: Binary data
b
Description: chemical/molconn-z
three
