Stewart Stremler wrote:
The trashcan metaphor seems rather appropriate... delete this, eventually. I know people who have implemented it for rm -- move the indicated file/directory to a 'trashcan'.
In fact, one implementation, libtrash[1] uses LD_PRELOAD to intercept libc calls that unlink files, so that it works with nearly any program. It is a bit hackish, but it works for some people.
-- Rick [1]: http://pages.stern.nyu.edu/~marriaga/software/libtrash/ -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
