1
2TRASH-RM(1) General Commands Manual TRASH-RM(1)
3
4
5
7 trash-rm - Removes files matching a pattern from the trash can
8
9
11 trash-rm [PATTERN]
12
13
15 Remove from the trash can all the files matching the PATTERN.
16
17
19 $ trash-rm foo # Removes all files with name 'foo' in trash can
20 $ trash-rm '*.o' # Removes all files ending with '.o' in trash can
21 $ trash-rm /full/path # Removes all files removed with exactly '/full/path' as original location
22
23
25 Report bugs to https://github.com/andreafrancia/trash-cli/issues or to
26 andrea@andreafrancia.it
27
28
30 Tweet (to @andreafrancia or #trash-cli) or donate 1, 2 or 5 euros using
31 paypal: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_but‐
32 ton_id=93L6PYT4WBN5A
33
34
36 Trash was written by Andrea Francia <andrea@andreafrancia.it>. The
37 original version of trash-empty was contributed by Einar Orn Olason
38 <eoo@hi.is>. The first version of manual pages was written by Steve
39 Stalcup <vorian@ubuntu.com> and was modified by Massimo Cavalleri <sub‐
40 max@tiscalinet.it>.
41
42
44 Both are released under the GNU General Public License, version 2.
45
46
48 trash-put(1), trash-list(1), trash-empty(1), trash-restore(1), and the
49 FreeDesktop.org Trash Specification at
50 http://www.ramendik.ru/docs/trashspec.html.
51
52
53
54
55 TRASH-RM(1)