Clear .bash_history

Here is a way to clear your bash history:

[kajol]$ > .bash_history

[kajol]$ > history -c
Cheers