How can I run common Terminal commands (or equivalent command) such as ls
for listing importable files from within Cypher-shell?
Asked
Active
Viewed 166 times
0

roschach
- 8,390
- 14
- 74
- 124
1 Answers
1
cypher-shell
just provides a way to execute Cypher queries from the command line. It is not a general-purpose shell, like say bash
, and does not provide any way to directly access the filesystem.

cybersam
- 63,203
- 6
- 53
- 76