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

View File

@@ -1,9 +1,9 @@
# unlink
> 从文件系统中删除文件链接。
> 如果链接是文件的最后一个文件内容将丢失。
> 更多信息:<https://www.gnu.org/software/coreutils/unlink>.
> 从文件系统中删除文件链接。
> 如果链接是文件的最后一个链接,则文件内容将丢失。
> 更多信息:<https://www.gnu.org/software/coreutils/unlink>
- 如果是最后一个链接,则删除指定的文件:
- 如果指定的文件是最后一个链接,则删除文件:
`unlink {{路径/到/文件}}`
`unlink {{path/to/file}}`