1trash-list(1) General Commands Manual trash-list(1)
2
3
4
6 trash-list - List trashed files.
7
8
10 trash-list [OPTIONS]... [PATH]...
11
12
14 List all the contents of the trashcan.
15
16
18 List all trashed files or grep output:
19 $ trash-list
20 2008-06-23 21:57:26 /home/andrea/src/bluetrash/pippo
21 2008-06-23 21:50:41 /home/andrea/foobar
22 2008-06-23 21:50:49 /home/andrea/foobar
23 2008-06-23 21:53:13 /media/disk/adsfljasldj
24 $ trash-list | grep foo
25 2008-06-23 21:50:41 /home/andrea/foobar
26 2008-06-23 21:50:49 /home/andrea/foobar
27
28
30 Report bugs to https://github.com/andreafrancia/trash-cli/issues or to
31 andrea@andreafrancia.it
32
33
35 Tweet (to @andreafrancia or #trash-cli) or donate 1, 2 or 5 euros using
36 paypal: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_but‐
37 ton_id=93L6PYT4WBN5A
38
39
41 Trash was written by Andrea Francia <andrea@andreafrancia.it>. The
42 original version of trash-empty was contributed by Einar Orn Olason
43 <eoo@hi.is>. The first version of manual pages was written by Steve
44 Stalcup <vorian@ubuntu.com> and was modified by Massimo Cavalleri <sub‐
45 max@tiscalinet.it>.
46
47
49 trash-put(1), trash-restore(1), trash-empty(1), trash-rm(1), and the
50 FreeDesktop.org Trash Specification at
51 http://www.ramendik.ru/docs/trashspec.html.
52
53 Both are released under the GNU General Public License, version 2 or
54 later.
55
56
57
58 trash-list(1)