Forrest logo
back to the trash tool

trash:tldr:1f25c

trash: Delete a file and send it to the trash.
$ trash ${filename}
try on your machine

The command "trash" is used to move a file or directory to the trash or recycle bin, depending on the operating system. The "${filename}" is a placeholder that represents the name of the file or directory you want to move to the trash.

In this case, the command "trash ${filename}" is likely intended to move a file with the specific name indicated by "${filename}" to the trash. The "${filename}" should be replaced with the actual name of the file you want to move. For example, if you want to move a file named "document.txt" to the trash, you would use the command "trash document.txt".

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the trash tool