Subcommands (6)
trash-cli
→This command is an alias of `trash`.
trash-empty
→The examples for this command have been moved together with `trash`.
trash-list
→The examples for this command have been moved together with `trash`.
trash-put
→This command is an alias of `trash`.
trash-restore
→The examples for this command have been moved together with `trash`.
trash-rm
→The examples for this command have been moved together with `trash`.
Examples (7)
Send a file to the trash
trash path/to/fileList all files in the trash
Interactively restore a file from the trash
Empty the trash
Permanently delete all files in the trash which are older than 10 days
trash-empty 10Remove all files in the trash, which match a specific blob pattern
trash-rm "*.o"Remove all files with a specific original location
trash-rm /path/to/file_or_directorymade by @shridhargupta | data from tldr-pages