In moving large amounts of photos around I managed to fill my hard drive and my trash is also very full. I've tried every way to delete trash but all I get is the spinning beach ball. I'm realizing I most likely will need to do this with at the terminal.
I've tried both:
sudo rm -rf ~/.Trash/*
and
rm -rf ~/.Trash/*
Both times I get the respone: Argument list too long.
What can I add to my terminal line to address this. It's likely that I have a lot of files in my trash bin.
I've tried both:
sudo rm -rf ~/.Trash/*
and
rm -rf ~/.Trash/*
Both times I get the respone: Argument list too long.
What can I add to my terminal line to address this. It's likely that I have a lot of files in my trash bin.