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

9
pages.zh/common/link.md Normal file
View File

@@ -0,0 +1,9 @@
# 链接
> 创建一个指向现有文件的硬链接。
> 有关更多选项,请参阅 `ln` 命令。
> 更多信息:<https://www.gnu.org/software/coreutils/link>。
- 从新文件创建指向现有文件的硬链接:
`link {{路径/到/现有文件}} {{路径/到/新文件}}`