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

16
pages.zh/linux/sattach.md Normal file
View File

@@ -0,0 +1,16 @@
# sattach
> 附加到一个 Slurm 作业步骤。
> 更多信息:<https://slurm.schedmd.com/sattach.html>。
- 将 Slurm 作业步骤的 IO 流(`stdout``stderr``stdin`)重定向到当前终端:
`sattach {{jobid}}.{{stepid}}`
- 将当前控制台的输入作为指定任务的 `stdin`
`sattach --input-filter {{task_number}}`
- 仅重定向指定任务的 `stdin`/`stderr`
`sattach --{{output|error}}-filter {{task_number}}`