1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-31 01:55:29 +02:00

trash: add trash-rm examples (#3910)

This commit is contained in:
jxu 2020-03-20 17:03:32 -04:00 committed by GitHub
parent 8aef2d2858
commit 19b68e7063
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`