From 19b68e7063e4ff101d2e93a01595ddb3126c064d Mon Sep 17 00:00:00 2001 From: jxu <7989982+jxu@users.noreply.github.com> Date: Fri, 20 Mar 2020 17:03:32 -0400 Subject: [PATCH] trash: add trash-rm examples (#3910) --- pages/linux/trash.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/linux/trash.md b/pages/linux/trash.md index 85416a862d..deab921888 100644 --- a/pages/linux/trash.md +++ b/pages/linux/trash.md @@ -22,3 +22,11 @@ - Empty trash, keeping files trashed less than {{10}} days ago: `trash-empty {{10}}` + +- Remove all files named 'foo' from the trash: + +`trash-rm foo` + +- Remove all files with a given original location: + +`trash-rm /full/path`