我想将list命令的结果保存到文件中。
我如何从cassandra-cli做到这一点?

最佳答案

将您键入的命令保存到文件中以用作脚本,然后调用cli:

cassandra-cli <commands.txt >listing.txt

10-07 18:44