1trash-list(1) General Commands Manual trash-list(1)
2
3
4
6 trash-list - List trashed files.
7
8
10 trash-list [OPTIONS]...
11
12
14 List all the contents of the trashcan.
15
16
18 -h, --help
19 Show help message and exit.
20
21
22 --trash-dir=TRASHDIR
23 Use TRASHDIR as trash folder. Can be used multiple times
24
25
26 --version
27 Show program's version number and exit.
28
29
31 List all trashed files or grep output:
32 $ trash-list
33 2008-06-23 21:57:26 /home/andrea/src/bluetrash/pippo
34 2008-06-23 21:50:41 /home/andrea/foobar
35 2008-06-23 21:50:49 /home/andrea/foobar
36 2008-06-23 21:53:13 /media/disk/adsfljasldj
37 $ trash-list | grep foo
38 2008-06-23 21:50:41 /home/andrea/foobar
39 2008-06-23 21:50:49 /home/andrea/foobar
40
41
43 Please, report bugs to https://github.com/andreafrancia/trash-cli/is‐
44 sues
45
46
48 Tweet (to @andreafrancia or #trash-cli) or donate 1, 2 or 5 euros using
49 paypal: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_but‐
50 ton_id=93L6PYT4WBN5A
51
52
54 Trash was written by Andrea Francia <andrea@andreafrancia.it>. The
55 original version of trash-empty was contributed by Einar Orn Olason
56 <eoo@hi.is>. The first version of manual pages was written by Steve
57 Stalcup <vorian@ubuntu.com> and was modified by Massimo Cavalleri <sub‐
58 max@tiscalinet.it>.
59
60
62 trash-put(1), trash-restore(1), trash-empty(1), trash-rm(1), and the
63 FreeDesktop.org Trash Specification at http://www.ra‐
64 mendik.ru/docs/trashspec.html.
65
66 Both are released under the GNU General Public License, version 2 or
67 later.
68
69
70
71 trash-list(1)