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

16
pages.ko/osx/mdfind.md Normal file
View File

@@ -0,0 +1,16 @@
# mdfind
> 쿼리에 맞는 파일 나열.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/mdfind.1.html>.
- 파일 이름으로 찾기:
`mdfind -name {{파일}}`
- 파일 내용을 통해 찾기:
`mdfind "{{쿼리}}"`
- 특정 디렉토리 내 문자열을 포함하는 파일 찾기:
`mdfind -onlyin {{경로/대상/폴더}} "{{쿼리}}"`