02-28-2026, 02:05 AM
Note that the documentation also seems to suggest that this simple method would work:
https://www.macterminal.cc/answers/mv-command-examples
If folks try trash and it doesn't work on their systems, they may want to swap this in and give it a go and see how it does for them as well. It's always nice to have a backup in case something doesn't work right.
https://www.macterminal.cc/answers/mv-command-examples
Code: (Select All)
SHELL "mv file.txt ~/.Trash/"If folks try trash and it doesn't work on their systems, they may want to swap this in and give it a go and see how it does for them as well. It's always nice to have a backup in case something doesn't work right.

