linux/w*: add Korean translation (#14756)
This commit is contained in:
20
pages.ko/linux/watch.md
Normal file
20
pages.ko/linux/watch.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# watch
|
||||
|
||||
> 명령어를 반복 실행하고 출력 결과를 전체 화면 모드로 모니터링합니다.
|
||||
> 더 많은 정보: <https://manned.org/watch>.
|
||||
|
||||
- 현재 디렉토리의 파일 모니터링:
|
||||
|
||||
`watch {{ls}}`
|
||||
|
||||
- 디스크 공간을 모니터링하고 변경 사항 강조 표시:
|
||||
|
||||
`watch -d {{df}}`
|
||||
|
||||
- "node" 프로세스를 3초마다 새로고침하며 모니터링:
|
||||
|
||||
`watch -n {{3}} "{{ps aux | grep node}}"`
|
||||
|
||||
- 디스크 공간을 모니터링하고 변경 시 모니터링 중지:
|
||||
|
||||
`watch -g {{df}}`
|
Reference in New Issue
Block a user