mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
gio-trash: add page (#12134)
This commit is contained in:
parent
001c631916
commit
76285df34a
1 changed files with 17 additions and 0 deletions
17
pages/linux/gio-trash.md
Normal file
17
pages/linux/gio-trash.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# gio trash
|
||||
|
||||
> Move files to the trash bin.
|
||||
> Used by GNOME to handle trash.
|
||||
> More information: <https://manned.org/gio.1>.
|
||||
|
||||
- Move specific files to the trash bin:
|
||||
|
||||
`gio trash {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
|
||||
|
||||
- List trash bin items:
|
||||
|
||||
`gio trash --list`
|
||||
|
||||
- Restore a specific item from trash using its ID:
|
||||
|
||||
`gio trash trash://{{id}}`
|
Loading…
Add table
Reference in a new issue