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