add new chinese translations
This commit is contained in:
16
pages.zh/common/psgrep.md
Normal file
16
pages.zh/common/psgrep.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# psgrep
|
||||
|
||||
> 使用 `grep` 搜索正在运行的进程。
|
||||
> 更多信息:<https://jvz.github.io/psgrep>。
|
||||
|
||||
- 查找包含特定字符串的进程行:
|
||||
|
||||
`psgrep {{process_name}}`
|
||||
|
||||
- 查找包含特定字符串的进程行,排除标题:
|
||||
|
||||
`psgrep -n {{process_name}}`
|
||||
|
||||
- 使用简化格式搜索(PID、用户、命令):
|
||||
|
||||
`psgrep -s {{process_name}}`
|
Reference in New Issue
Block a user