Besides, if you want to modify a part of what you have entered, you can go back using left arrow key on the keyboard and delete whatever characters using the forward delete key. After deleting these characters you can input whatever characters you want.
2014/1/6 Li Li <[email protected]> > thanks > > On Mon, Jan 6, 2014 at 8:45 PM, Jean-Marc Spaggiari > <[email protected]> wrote: > > 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. > >> >
