# Trash foo and bar
#垃圾foo和酒吧
trash foo bar

# Trash "foo bar"
#垃圾“foo bar”
trash foo\ bar

# List files in trash
#列出垃圾箱中的文件
trash -v --list

# Restore foo from trash
#从垃圾箱恢复foo
trash --restore foo

# Empty trash
#清空垃圾桶
trash --empty