Table of Contents

  1. How to empty trash from command line
    1. Problem description
    2. Solution

TODO How to empty trash from command line

Problem description

Sometimes windows manager doesn’t let me delete all of the files from the trash bin saying that some file/directory is already deleted.

Solution

https://askubuntu.com/questions/468721/how-can-i-empty-the-trash-using-terminal

rm -rf ~/.local/share/Trash/*