blob: c3855a5825b05eadffbe8bf53826410fb33df91b (
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.8 mc
|