trash-rm(1) 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

CREDITS

Trash was written by Andrea Francia <[email protected]>. The original version of trash-empty was contributed by Einar Orn Olason <[email protected]>. The first version of manual pages was written by Steve Stalcup <[email protected]> and was modified by Massimo Cavalleri <[email protected]>.

COPYRIGHT

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