blob: 11f5d438de4b9aba65ce9fa0f8108e0a04cf36b6 (
plain)
1
2
3
4
5
6
|
libtrash is a shared library which, when preloaded, implements a
trash can under GNU/Linux.
For instance, with libtrash, Midnight Commander will move files
to the trash directory:
LD_PRELOAD=/usr/lib/libtrash.so.3.4 mc
|