Scroll to navigation

TRASH-RM(1) General Commands Manual TRASH-RM(1)

NAME

trash-rm - Removes files matching a pattern from the trash can

SYNOPSIS

trash-rm [PATTERN]

DESCRIPTION

Remove from the trash can all the files matching the PATTERN.

EXAMPLE

$ trash-rm foo      # Removes all files with name 'foo' in trash can
$ trash-rm '*.c'    # Removes all files ending with '.o' in trash can

BUGS

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

CREDITS

Trash was written by Andrea Francia <andrea@andreafrancia.it>. The original version of trash-empty was contributed by Einar Orn Olason <eoo@hi.is>. The first version of manual pages was written by Steve Stalcup <vorian@ubuntu.com> and was modified by Massimo Cavalleri <submax@tiscalinet.it>.

COPYRIGHT

Both are released under the GNU General Public License, version 2.

SEE ALSO

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