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/md5.md Normal file
View File

@@ -0,0 +1,20 @@
# md5
> MD5 암호화 체크섬을 계산합니다.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/md5.1.html>.
- 파일의 MD5 체크섬 계산:
`md5 {{경로/대상/파일}}`
- 여러 파일의 MD5 체크섬 계산:
`md5 {{경로/대상/파일1 경로/대상/파일2 ...}}`
- 파일명 없이 MD5 체크섬만 출력:
`md5 -q {{경로/대상/파일}}`
- 주어진 문자열의 체크섬 출력:
`md5 -s "{{문자열}}"`