osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)

This commit is contained in:
코드싸이
2024-11-12 04:54:15 +09:00
committed by GitHub
parent 3c745bfaae
commit f5003bb990
202 changed files with 3796 additions and 1 deletions

20
pages.ko/osx/mdutil.md Normal file
View File

@@ -0,0 +1,20 @@
# mdutil
> Spotlight의 색인을 위한 메타데이터 저장소 관리 도구.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/mdutil.1.html>.
- 시작 볼륨의 색인 상태 표시:
`mdutil -s {{/}}`
- 특정 볼륨의 Spotlight 색인 기능 켜기/끄기:
`mdutil -i {{on|off}} {{경로/대상/볼륨}}`
- 모든 볼륨의 색인 기능 켜기/끄기:
`mdutil -a -i {{on|off}}`
- 메타데이터 저장소를 지우고 색인 프로세스 재시작:
`mdutil -E {{경로/대상/볼륨}}`