diff --git a/pages/linux/trash.md b/pages/linux/trash.md new file mode 100644 index 0000000000..85416a862d --- /dev/null +++ b/pages/linux/trash.md @@ -0,0 +1,24 @@ +# trash + +> A CLI for managing your trashcan / recycling bin. +> More information: . + +- Delete a file (send to trash): + +`trash {{path/to/file}}` + +- List files in trash: + +`trash-list` + +- Restore file from trash: + +`trash-restore` + +- Empty trash: + +`trash-empty` + +- Empty trash, keeping files trashed less than {{10}} days ago: + +`trash-empty {{10}}`