I am using these functionalities:
Linux>cqlsh
cqlsh>use mydatabase;
cqlsh:mydatabase>source 'myCommands.cqlsh';
...
cqlsh:mydatabase>
Since I am executing a file, I wish to comment some outputs, I would like to find a way to print a sort of echo ''
or print "hello";
on the output. Is it possible ?