mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-14 17:48:31 +00:00
Update cheatsheets
This commit is contained in:
29
trash-cli
Normal file
29
trash-cli
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# trash-cli
|
||||
|
||||
> A command-line interface to the trashcan APIs.
|
||||
> More information: <https://github.com/andreafrancia/trash-cli>.
|
||||
|
||||
- Trash specific files and directories into the current trashcan:
|
||||
|
||||
`trash-put {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
|
||||
|
||||
- Remove specific files from the current trashcan:
|
||||
|
||||
`trash-rm {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
|
||||
|
||||
- Empty the current trashcan:
|
||||
|
||||
`trash-empty`
|
||||
|
||||
- List trashed files and directories in the current trashcan:
|
||||
|
||||
`trash-list`
|
||||
|
||||
- Restore a specific file or directory by a number from the displayed list from the current trashcan:
|
||||
|
||||
`trash-restore`
|
||||
Reference in New Issue
Block a user