mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-01 05:21:06 +01:00
15 lines
182 B
Plaintext
15 lines
182 B
Plaintext
# 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
|