Some time you may need to clear the trash from command prompt, If so follow the process given below. First of all, you have to install trash-cli:
1 2 3 |
$ sudo apt-get install trash-cli |
Now, simply use the empty-trash command from terminal:
1 2 3 |
$ empty-trash |