how to use cypher terminal code example
Example 1: neo4j command to run script file
$neo4j-home> cat examples.cypher | bin/cypher-shell -u neo4j -p <password> --format plain
Example 2: neo4j command to run script file
$neo4j-home> type examples.cypher | bin/cypher-shell.bat -u neo4j -p <password> --format plain