1TRASH-PUT(1) General Commands Manual TRASH-PUT(1)
2
3
4
6 trash-put - Command line trash utility.
7
8
10 trash-put [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 $ trash-put foo # trashes foo
26
27
29 Report bugs to https://github.com/andreafrancia/trash-cli/issues or to
30 andrea@andreafrancia.it
31
32
34 Tweet (to @andreafrancia or #trash-cli) or donate 1, 2 or 5 euros using
35 paypal: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_but‐
36 ton_id=93L6PYT4WBN5A
37
38
40 Trash was written by Andrea Francia <andrea@andreafrancia.it>. The
41 original version of trash-empty was contributed by Einar Orn Olason
42 <eoo@hi.is>. The first version of manual pages was written by Steve
43 Stalcup <vorian@ubuntu.com> and was modified by Massimo Cavalleri <sub‐
44 max@tiscalinet.it>.
45
46
48 trash-list(1), trash-restore(1), trash-empty(1), trash-rm(1), and the
49 FreeDesktop.org Trash Specification at
50 http://www.ramendik.ru/docs/trashspec.html.
51
52 Both are released under the GNU General Public License, version 2 or
53 later.
54
55
56
57 TRASH-PUT(1)