Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
リストコマンドの結果をファイルに保存したい。cassandra-cliからどうすればできますか?
入力するコマンドをファイルに保存してスクリプトとして使用し、cli を呼び出します。
cassandra-cli <commands.txt >listing.txt
私にとって、入力にパイプを使用してもうまくいきませんでした。cassandra-cliの--file引数を使用しました。例えば:
cassandra-cli --file commands.txt > listing.txt