mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-18 18:00:44 +01:00
15 lines
182 B
Text
15 lines
182 B
Text
|
# Trash foo and bar
|
||
|
trash foo bar
|
||
|
|
||
|
# Trash "foo bar"
|
||
|
trash foo\ bar
|
||
|
|
||
|
# List files in trash
|
||
|
trash -v --list
|
||
|
|
||
|
# Restore foo from trash
|
||
|
trash --restore foo
|
||
|
|
||
|
# Empty trash
|
||
|
trash --empty
|