Quote:
Originally posted by david_ross
each user has their own tras h so for each user run as the user:
rm -rf ~/Desktop/Trash
|
That line will remove the trash bin as well. Effective, if excessive
You forgot /* at the end
So, the complete line should be:
rm -rf ~/Desktop/Trash/*