0

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

roschach
  • 8,390
  • 14
  • 74
  • 124

1 Answers1

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