1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 22:02:08 +02:00
tldr/pages/common/trash-cli.md
Emily Grace Seville 1f49d278bc
trash-cli: refresh page (#9526)
* Fix placeholder format, reorder examples, and:
- enhance grammar

* Use `the current` more often

* Update pages/common/trash-cli.md
2022-12-08 16:58:13 +10:00

24 lines
639 B
Markdown

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