Can I list file names (or their parent directories) that were recently deleted using rm in OS X?
- by Andrew Grimm
Is it possible to find out which files and directories have recently been deleted by rm in OS X? Or failing that, is it possible to find which parent directories have had files or directories within it deleted?
The OS version is Snow Leopard.
Background: Last night, rvm (ruby version manager) did rm -rf of the ~/ruby directory from the home…