> Elliot J. Reed
Published on
 43 words

Clear trash on Linux via the command line

Clear trash on Linux via the command line

Sometimes you might want to clear you user's trash and root's as well via the command line on Linux, here's how:

rm -rf /home/*/.local/share/Trash/*/** && sudo rm -rf /root/.local/share/Trash/*/**