Emptying the trash is taking forever on MacOS

After some dusting up of my laptop hard drive, I ended up with about 80 gigabytes to clean up from the Trashcan.

Using the MacOS interface was taking a long time. A very … long.. time. As in more than six hours and barely a dent in the volume of files to delete.

The solution?

Use the command line and the dreaded ‘rm -r’ command.

To do that safely.

[code] 1- Open the console
2- Make sure you go to the trash: cd ~/.Trash
3- Delete the files: rm -r *
[/code]

This took care of the files in minutes.

Leave a Reply

Your email address will not be published. Required fields are marked *

%d bloggers like this: