John Harrold <jmh17 at pitt.edu> wrote: >OS X seems to story the trash in ~/.Trash > >Try something like: > >rm -rf ~/.Trash/*.* > >If that doesn't work you can try: > >sudo rm -rf ~/username/.Trash/*.* > >Where username is your login. ...remove the tilde in the second command. don