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

View File

@@ -0,0 +1,20 @@
# GetFileInfo
> HFS+ 디렉토리에서 파일에 대한 정보 확인.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/GetFileInfo.1.html>.
- 주어진 파일에 대한 정보 표시:
`GetFileInfo {{경로/대상/파일}}`
- 주어진 파일이 생성된 [d]ate 및 시간 표시:
`GetFileInfo -d {{경로/대상/파일}}`
- 주어진 파일이 마지막으로 [m]odified된 날짜 및 시간 표시:
`GetFileInfo -m {{경로/대상/파일}}`
- 주어진 파일의 [c]reator 표시:
`GetFileInfo -c {{경로/대상/파일}}`