add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

32
pages.zh/linux/trash.md Normal file
View File

@@ -0,0 +1,32 @@
# 垃圾
> 管理垃圾桶/回收站。
> 更多信息:<https://github.com/andreafrancia/trash-cli>。
- 将文件发送到垃圾桶:
`trash {{path/to/file}}`
- 列出垃圾桶中的所有文件:
`trash-list`
- 交互式地从垃圾桶中恢复文件:
`trash-restore`
- 清空垃圾桶:
`trash-empty`
- 永久删除垃圾桶中所有超过10天的文件
`trash-empty 10`
- 删除垃圾桶中所有匹配特定模式的文件:
`trash-rm "{{*.o}}"`
- 删除所有具有特定原始位置的文件:
`trash-rm {{/path/to/file_or_directory}}`