1TRASH-PUT(1) General Commands Manual TRASH-PUT(1)
2
3
4
6 trash-put - Command line trash utility.
7
8
10 trash-put [OPTION] ... [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 directories to move in the trashcan.
22
23
25 -f
26 Silently ignore any files or directories that do not exist. Do
27 not print error messages, and do not return a nonzero status to
28 the caller, because of any such nonexistent arguments.
29
30
31 -h, --help
32 Show help message and exit.
33
34
35 --trash-dir=TRASHDIR
36 Use TRASHDIR as trash folder.
37
38
39 -v, --verbose
40 Explain what is being done.
41
42
43 --version
44 Show program's version number and exit.
45
46
48 $ trash-put foo # trashes foo
49
50
52 Report bugs to https://github.com/andreafrancia/trash-cli/issues or to
53 andrea@andreafrancia.it
54
55
57 Tweet (to @andreafrancia or #trash-cli) or donate 1, 2 or 5 euros using
58 paypal: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_but‐
59 ton_id=93L6PYT4WBN5A
60
61
63 Trash was written by Andrea Francia <andrea@andreafrancia.it>. The
64 original version of trash-empty was contributed by Einar Orn Olason
65 <eoo@hi.is>. The first version of manual pages was written by Steve
66 Stalcup <vorian@ubuntu.com> and was modified by Massimo Cavalleri <sub‐
67 max@tiscalinet.it>.
68
69
71 trash-list(1), trash-restore(1), trash-empty(1), trash-rm(1), and the
72 FreeDesktop.org Trash Specification at
73 http://www.ramendik.ru/docs/trashspec.html.
74
75 Both are released under the GNU General Public License, version 2 or
76 later.
77
78
79
80 TRASH-PUT(1)