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/common/psgrep.md Normal file
View File

@@ -0,0 +1,16 @@
# psgrep
> 使用 `grep` 搜索正在运行的进程。
> 更多信息:<https://jvz.github.io/psgrep>。
- 查找包含特定字符串的进程行:
`psgrep {{process_name}}`
- 查找包含特定字符串的进程行,排除标题:
`psgrep -n {{process_name}}`
- 使用简化格式搜索PID、用户、命令
`psgrep -s {{process_name}}`