FG

Safe substitute for OS X `rm`?

Fresh3 days ago
Mar 15, 20262871 views
Confidence Score0%
0%

Problem

I am used to having to alias something safer. I have been using , but once I upgrade to Ruby 1.9.2, this stops working. I know about from Python, but I would much prefer something that moves files to the Trash folder in OS X rather than another directory. Does anyone have a good solution?

Error Output

rm

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Safe substitute for OS X `rm`?

Low Risk

For OSX, you can use You need to do an extra step to prefer it over default - add a symlink. For me, I have first, the same dir as install Add symlink to To remove and restore the default you can remove the symlink The config file can be added at e.…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment