1TRASH(1) General Commands Manual TRASH(1)
2
3
4
6 trash - Command line trash utility.
7
8
10 trash [arguments] ...
11
12
14 Trash-cli package provides a command line interface trashcan utility
15 compliant with the FreeDesktop.org Trash Specification. It remembers
16 the name, original path, deletion date, and permissions of each trashed
17 file.
18
19
21 Names of files or directory to move in the trashcan.
22
23
25 $ cd /home/andrea/
26 $ touch foo bar
27 $ trash foo bar
28
29
31 Report bugs to http://code.google.com/p/trash-cli/issues
32
33
35 Trash was written by Andrea Francia <andreafrancia@users.source‐
36 forge.net> and Einar Orn Olason <eoo@hi.is>. This manual page was
37 written by Steve Stalcup <vorian@ubuntu.com>. Changes made by Massimo
38 Cavalleri <submax@tiscalinet.it>.
39
40
42 trash-list(1), trash-restore(1), trash-empty(1), and the FreeDesk‐
43 top.org Trash Specification at http://www.ramendik.ru/docs/trash‐
44 spec.html.
45
46 Both are released under the GNU General Public License, version 2 or
47 later.
48
49
50
51 TRASH(1)