Hi,
I tried to "cat" the .cypher files but it's not working and it is giving me this error
Invalid input ' ': expected 'a/A' (line 1, column 4 (offset: 3))
"cat e.cypher r.cypher > target.cypher"
it is pointing on the space between cat and the "e".
D...