Hi Li Li, Ctrl-C in shell doesn't clear the line, it kills the current command. Like in HBase shell.
In bash if you want to clear the last word you will use Ctrl-w. If you want to clear the line you will use Ctrl-u. With HBase Shell, it's exactly the same thing. HTH. JM 2014/1/6 Li Li <[email protected]> > hi all, > In bash shell, we can use ctrl+c to cancel current command. But in > hbase shell, ctrl+c will terminate the hbase shell. >
