When I was working with cqlsh (the command line client for Cassandra database), I tried to create a cleanup script which execute some CQL delete queries. It turns out, the cqlsh client is a python-based command line client and it could generate a special code, a shell escape sequence (\E[?1034h).
I found more inforation here.
No comments:
Post a Comment