Skip to main content
1 of 4
mmmmmm
  • 31.4k
  • 18
  • 96
  • 163

Use a command line tool like rmtrash or a script tat uses appscript to call the Finder to do there delete.

After installing rmtras to say /usr/local/bin/rmtrash the creat an alias for bash

alias rm='rmtrash' 

You can use \rm to call rm directly and ignore the alias

mmmmmm
  • 31.4k
  • 18
  • 96
  • 163