فهرست منبع

trash: add trash-rm examples (#3910)

jxu 5 سال پیش
والد
کامیت
19b68e7063
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      pages/linux/trash.md

+ 8 - 0
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`