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 http://code.google.com/p/trash-cli/issues
31
32
34 Trash was written by Andrea Francia <andreafrancia@users.sourceā
35 forge.net> and Einar Orn Olason <eoo@hi.is>. This manual page was
36 written by Steve Stalcup <vorian@ubuntu.com>. Changes made by Massimo
37 Cavalleri <submax@tiscalinet.it>.
38
39
41 trash-put(1), trash-restore(1), trash-empty(1), and the FreeDesktop.org
42 Trash Specification at http://www.ramendik.ru/docs/trashspec.html.
43
44 Both are released under the GNU General Public License, version 2 or
45 later.
46
47
48
49 trash-list(1)