SYNOPSIS

trash-list [OPTIONS]... [PATH]...

DESCRIPTION

List all the contents of the trashcan.

EXAMPLES

List all trashed files or grep output:

$ trash-list
2008-06-23 21:57:26 /home/andrea/src/bluetrash/pippo
2008-06-23 21:50:41 /home/andrea/foobar
2008-06-23 21:50:49 /home/andrea/foobar
2008-06-23 21:53:13 /media/disk/adsfljasldj
$ trash-list | grep foo
2008-06-23 21:50:41 /home/andrea/foobar
2008-06-23 21:50:49 /home/andrea/foobar

BUGS

Report bugs to http://code.google.com/p/trash-cli/issues

AUTHORS

Trash was written by Andrea Francia <[email protected]> and Einar Orn Olason <[email protected]>. This manual page was written by Steve Stalcup <[email protected]>. Changes made by Massimo Cavalleri <[email protected]>.

RELATED TO trash-list…

trash-put(1), trash-restore(1), trash-empty(1), and the FreeDesktop.org Trash Specification at http://www.ramendik.ru/docs/trashspec.html.

Both are released under the \s-1GNU\s0 General Public License, version 2 or later.