LinuxCommandLibrary

trash-cli

cli to the freedesktop.org trashcan

TLDR

Trash specific files and directories into the current trashcan

$ trash-put [path/to/file_or_directory1 path/to/file_or_directory2 ...]
copy


Remove specific files from the current trashcan
$ trash-rm [path/to/file_or_directory1 path/to/file_or_directory2 ...]
copy


Empty the current trashcan
$ trash-empty
copy


List trashed files and directories in the current trashcan
$ trash-list
copy


Restore a specific file or directory by a number from the displayed list from the current trashcan
$ trash-restore
copy

Copied to clipboard