blob: 6de79c168a9b775b83bb7993e7cef11cbb71705f (
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.6 mc
|