common/p*: add Korean translation (#14663)
* common/p*: add Korean translation * Update pages.ko/common/perldoc.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/pcdovtoppm.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
16
pages.ko/common/psgrep.md
Normal file
16
pages.ko/common/psgrep.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# psgrep
|
||||
|
||||
> 실행 중인 프로세스를 `grep`으로 검색.
|
||||
> 더 많은 정보: <https://jvz.github.io/psgrep>.
|
||||
|
||||
- 특정 문자열이 포함된 프로세스 라인 찾기:
|
||||
|
||||
`psgrep {{프로세스_이름}}`
|
||||
|
||||
- 헤더를 제외하고 특정 문자열이 포함된 프로세스 라인 찾기:
|
||||
|
||||
`psgrep -n {{프로세스_이름}}`
|
||||
|
||||
- 간단한 형식으로 검색 (PID, 사용자, 명령어):
|
||||
|
||||
`psgrep -s {{프로세스_이름}}`
|
Reference in New Issue
Block a user